Table of Contents

Property NextSibling

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

NextSibling

Gets the next sibling node in the document tree.

INode NextSibling { get; }

Property Value

INode

The next sibling node in the document tree if it exists, otherwise returns null.

Exceptions

ObjectDisposedException

The INode has already been disposed.