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[] nodeTypes
)
Public Shared Function GetNodes (
nodes As HtmlNodeCollection,
nodeTypes As String()
) As HtmlNodeItem()
No code example is currently available or this language may not be supported.
- nodes HtmlNodeCollection
-
Collection of nodes to inspect.
- nodeTypes String
-
Array of node types to find.
HtmlNodeItem
Collection of nodes of the specified type, if found.
Zero Length Array otherwise.