Response.GetElementById Method

IronWebScraper

ResponseGetElementById Method

Synonym of JavaScript's getElementById function. Searches inside the response as an HTML or XML Document by ID attribute.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public HtmlNode GetElementById(
	string id
)
Public Function GetElementById ( 
	id As String
) As HtmlNode

Parameters

id
Type: SystemString

Return Value

Type: HtmlNode
See Also