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

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