HtmlNodeItemHasSiblingsAfter Method
Return a value indicating whether the specified Node has siblings
following.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool HasSiblingsAfter(
HtmlNodeItem value
)
Public Shared Function HasSiblingsAfter (
value As HtmlNodeItem
) As Boolean
No code example is currently available or this language may not be supported.
- value HtmlNodeItem
-
Value to inspect.
Boolean
True if siblings follow the specified Item. Otherwise, false.