HtmlDocumentGetNodes 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(
HtmlDocument document,
string nodeType
)
Public Shared Function GetNodes (
document As HtmlDocument,
nodeType As String
) As HtmlNodeItem()
No code example is currently available or this language may not be supported.
- document HtmlDocument
-
Document to inspect.
- nodeType String
-
Node Type to find.
HtmlNodeItem
Collection of nodes of the specified type, if found.
Zero Length Array otherwise.