Click or drag to resize

INodeNextSibling Property

Gets the next sibling node in the document tree.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
INode NextSibling { get; }

Property Value

Type: INode
The next sibling node in the document tree if it exists, otherwise returns null.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INode has already been disposed.
See Also