HtmlNodeItemGetRoot Method
Return the root-most node of the specified item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem GetRoot(
HtmlNodeItem node
)
Public Shared Function GetRoot (
node As HtmlNodeItem
) As HtmlNodeItem
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node for which a root reference will be found.
HtmlNodeItem
Reference to the root-most node available in the heirarchy, if found.
Otherwise, null;