Click or drag to resize
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: 2.4.0.0 (2.4.0.0)
Syntax
public HtmlAttributeCollection Attributes { get; }

Property Value

Type: HtmlAttributeCollection
See Also