IronWebScraper - The C# Web Scraping Library
HtmlNodeQuerySelector Method |
Synonym of JavaScript's querySelector function. Searches inside the current HtmlNode.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

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