A Sandcastle Documented Class Library |
HtmlNode..::..Attributes Property |
HtmlNode Class See Also Send Feedback |
Gets the collection of HTML attributes for this node. May not be null.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public HtmlAttributeCollection Attributes { get; internal set; } |
Visual Basic |
---|
Public Property Attributes As HtmlAttributeCollection Get Friend Set |
Visual C++ |
---|
public: property HtmlAttributeCollection^ Attributes { HtmlAttributeCollection^ get (); internal: void set (HtmlAttributeCollection^ value); } |