Closed Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a value indicating if this node has been closed or not.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool Closed { get; }
Visual Basic
Public ReadOnly Property Closed As Boolean
	Get
Visual C++
public:
property bool Closed {
	bool get ();
}

See Also