HtmlNodeItemHasSiblingsAfter Method

Return a value indicating whether the specified Node has siblings following.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool HasSiblingsAfter(
	HtmlNodeItem value
)

Parameters

value  HtmlNodeItem
Value to inspect.

Return Value

Boolean
True if siblings follow the specified Item. Otherwise, false.

See Also