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