Acrux Html Parser Documentation
ChildNodes Property
NamespacesAcrux.HtmlHtmlNodeChildNodes
Gets all the child nodes of the current node.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlNodeList ChildNodes { get; }
Public ReadOnly Property ChildNodes As HtmlNodeList
public:
property HtmlNodeList^ ChildNodes {
	HtmlNodeList^ get ();
}

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)