Gets the document instance containing this node.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IDocument Document { get; }
Property Value
Type:
IDocumentThe document instance containing this node.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The INode has already been disposed. |
See Also