Response.QuerySelectorAll Method

IronWebScraper

ResponseQuerySelectorAll Method

Synonym of JavaScript's querySelectorAll function. Searches inside the response document as an HTML or XML Document using CSS selectors.

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

Parameters

selector
Type: SystemString

Return Value

Type: HtmlNode
See Also