IronWebScraper - The C# Web Scraping Library
UrlMatchPatternCollectionAdd Method (String) |
Adds a match pattern using strings with wild-card.
? matches exactly 1 character
* matches exactly zero to any number of characters
Namespace: IronWebScraper.Urls
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

Parameters
- WildCardPattern
- Type: SystemString
The wild-card pattern.
