IronWebScraper - The C# Web Scraping Library
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)

public HtmlNode[] QuerySelectorAll( string selector )
Public Function QuerySelectorAll ( selector As String ) As HtmlNode()
Parameters
- selector
- Type: SystemString
Return Value
Type: HtmlNode