OwnerDocument Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the HTML document to which this attribute belongs.

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

Syntax

C#
public HtmlDocument OwnerDocument { get; }
Visual Basic
Public ReadOnly Property OwnerDocument As HtmlDocument
	Get
Visual C++
public:
property HtmlDocument^ OwnerDocument {
	HtmlDocument^ get ();
}

See Also