Acrux Html Parser Documentation
HtmlElement Property
NamespacesAcrux.HtmlHtmlDocumentHtmlElement
Returns the <html> element in the document or null if no document has been loaded yet. The <html> element of a loaded document will always exist even if the parsed content does not explicitely define it.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlElement HtmlElement { get; }
Public ReadOnly Property HtmlElement As HtmlElement
public:
property HtmlElement^ HtmlElement {
	HtmlElement^ get ();
}

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