HtmlNode.XPath Method

IronWebScraper

HtmlNodeXPath Method

Queries the HtmlNode to return all descendant nodes matching an XPath expression.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public HtmlNode[] XPath(
	string expression
)
Public Function XPath ( 
	expression As String
) As HtmlNode()

Parameters

expression
Type: SystemString

Return Value

Type: HtmlNode
See Also