IronWebScraper - The C# Web Scraping Library
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)

public abstract void Parse( Response response )
Public MustOverride Sub Parse ( response As Response )
Parameters
- response
- Type: IronWebScraperResponse
The http Response object to parse
