IronWebScraper - The C# Web Scraping Library
HtmlNodeQuerySelectorAll Method |
Synonym of JavaScript's querySelectorAll function. Searches inside the current HtmlNode.
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