HtmlNodeAttributes Property |
Gets the collection of HTML attributes for this node. May not be null.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public HtmlAttributeCollection Attributes { get; }
Public ReadOnly Property Attributes As HtmlAttributeCollection
Get
Property Value
Type:
HtmlAttributeCollectionSee Also