DocumentFragmentNextElementSibling Property
Returns the next sibling element node of this element. null if this element has no element sibling nodes that come after this one in the document tree.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public Element NextElementSibling { get; }

Property Value

Type: Element

Implements

IElementTraversalNextElementSibling
See Also