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