WebScraper.Init Method

IronWebScraper

WebScraperInit Method

Override this method initialize your web-scraper. Important tasks will be to Request at least one start url... and set allowed/banned domain or url patterns.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public abstract void Init()
Public MustOverride Sub Init
See Also