WebScraper.Parse Method

IronWebScraper

WebScraperParse Method

Override this method to create the default Response handler for your web scraper. If you have multiple page types, you can add additional similar methods.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public abstract void Parse(
	Response response
)
Public MustOverride Sub Parse ( 
	response As Response
)

Parameters

response
Type: IronWebScraperResponse
The http Response object to parse
See Also