Click or drag to resize

INodeDocument Property

Gets the document instance containing this node.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IDocument Document { get; }

Property Value

Type: IDocument
The document instance containing this node.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INode has already been disposed.
See Also