WebScraper.AllowedUrls Field

IronWebScraper

WebScraperAllowedUrls Field

If not empty, all requested Urls must match at least one of the AllowedUrls 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 AllowedUrls
Public AllowedUrls As UrlMatchPatternCollection

Field Value

Type: UrlMatchPatternCollection
See Also