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