HtmlNodeCollectionGetNodes(HtmlNodeCollection, String) Method
Return the all nodes found of a given node type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem[] GetNodes(
HtmlNodeCollection nodes,
string nodeType
)
Public Shared Function GetNodes (
nodes As HtmlNodeCollection,
nodeType As String
) As HtmlNodeItem()
No code example is currently available or this language may not be supported.
- nodes HtmlNodeCollection
-
Collection of nodes to inspect.
- nodeType String
-
Node type to find.
HtmlNodeItem
Collection of nodes of the specified type, if found.
Zero Length Array otherwise.