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