HtmlNodeCollectionGetNode Method
Return the first node found of a given node type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static HtmlNodeItem GetNode(
HtmlNodeCollection nodes,
string nodeType
)
Public Shared Function GetNode (
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
First node of the specified type, if found. Null otherwise.