Click or drag to resize

HtmlNodeSelectNodes Method

Selects a list of nodes matching the XPath expression.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public HtmlNodeCollection SelectNodes(
	string xpath
)

Parameters

xpath
Type: SystemString
The XPath expression.

Return Value

Type: HtmlNodeCollection
An HtmlNodeCollection containing a collection of nodes matching the XPath query, or null if no node matched the XPath expression.
See Also