INodeNextSibling Property |
Gets the next sibling node in the document tree.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax INode NextSibling { get; }
Property Value
Type:
INodeThe next sibling node in the document tree if it exists, otherwise returns
null.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The INode has already been disposed. |
See Also