Property PreviousSibling
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
PreviousSibling
Gets the previous sibling node in the document tree.
INode PreviousSibling { get; }
Property Value
- INode
The previous sibling node in the document tree if such node exists, otherwise returns
null
Exceptions
- ObjectDisposedException
The INode has already been disposed.