WebScraper.AllowedDomains Field

IronWebScraper

WebScraperAllowedDomains Field

If not empty, all requested Urls' hostname must match at least one of the AllowedDomains patterns. Patterns may be added using glob wildcard strings or Regex

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public UrlMatchPatternCollection AllowedDomains
Public AllowedDomains As UrlMatchPatternCollection

Field Value

Type: UrlMatchPatternCollection
See Also