HtmlNodeAttributes Property |
Gets the collection of HTML attributes for this node. May not be null.
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic HtmlAttributeCollection Attributes { get; }
Public ReadOnly Property Attributes As HtmlAttributeCollection
Get
Property Value
Type:
HtmlAttributeCollection
See Also