Acrux Html Parser Documentation
OwnerDocument Property
NamespacesAcrux.HtmlHtmlNodeOwnerDocument
Gets the Acrux.HtmlDocument to which this node belongs.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlDocument OwnerDocument { get; }
Public ReadOnly Property OwnerDocument As HtmlDocument
public:
property HtmlDocument^ OwnerDocument {
	HtmlDocument^ get ();
}

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