INodePreviousSibling Property |
Gets the previous sibling node in the document tree.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
SyntaxINode PreviousSibling { get; }Property Value
Type:
INode
The previous sibling node in the document tree if such node
exists, otherwise returns
null
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException | The INode has already been disposed. |
See Also