HtmlAttributeCollectionItem Property (String) |
Gets a given attribute from the list using its name.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
Syntax public HtmlAttribute this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As HtmlAttribute
Get
Set
Parameters
- name
- Type: SystemString
Property Value
Type:
HtmlAttributeSee Also