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