A Sandcastle Documented Class Library |
HtmlNode..::..OwnerDocument Property |
HtmlNode Class See Also Send Feedback |
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); } |