HtmlNodeItemHasSiblingsAfter Method

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

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
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