OwnerDocument Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the HtmlDocument to which this node belongs.

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

Syntax

C#
public HtmlDocument OwnerDocument { get; internal set; }
Visual Basic
Public Property OwnerDocument As HtmlDocument
	Get
	Friend Set
Visual C++
public:
property HtmlDocument^ OwnerDocument {
	HtmlDocument^ get ();
	internal: void set (HtmlDocument^ value);
}

See Also