Click or drag to resize

HtmlNodeSelectSingleNode Method

Selects the first XmlNode that matches 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 HtmlNode SelectSingleNode(
	string xpath
)

Parameters

xpath
Type: SystemString
The XPath expression. May not be null.

Return Value

Type: HtmlNode
The first HtmlNode that matches the XPath query or a null reference if no matching node was found.
See Also