Click or drag to resize

INodeParent Property

Gets the parent node.

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

Property Value

Type: INode
The parent node, if it exists, otherwise returns null
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INode has already been disposed.
See Also