HasChildNodes Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a value indicating whether this node has any child nodes.

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

Syntax

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

See Also