ClosingAttributes Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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 ();
}

See Also