Table of Contents

Property Parent

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

Parent

Gets the parent node.

INode Parent { get; }

Property Value

INode

The parent node, if it exists, otherwise returns null

Exceptions

ObjectDisposedException

The INode has already been disposed.