ChildNodes Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets all the children of the node.

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

Syntax

C#
public HtmlNodeCollection ChildNodes { get; internal set; }
Visual Basic
Public Property ChildNodes As HtmlNodeCollection
	Get
	Friend Set
Visual C++
public:
property HtmlNodeCollection^ ChildNodes {
	HtmlNodeCollection^ get ();
	internal: void set (HtmlNodeCollection^ value);
}

See Also