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: 8.0.6.0 (8.0.6.20210916)
Syntax public HtmlAttributeCollection Attributes { get; }
Public ReadOnly Property Attributes As HtmlAttributeCollection
Get
Property Value
Type:
HtmlAttributeCollectionSee Also