Acrux Html Parser Documentation
FirstChild Property
NamespacesAcrux.HtmlHtmlNodeFirstChild
Gets the first child of the node.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlNode FirstChild { get; }
Public ReadOnly Property FirstChild As HtmlNode
public:
property HtmlNode^ FirstChild {
	HtmlNode^ get ();
}

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