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