IronWebScraper - The C# Web Scraping Library
ScrapedDataGetT Method |
Returns the specified ScrapedData item cast as the appropriate type.
ExamplesE.g:
Get<string>("url");
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
Exceptions| Exception | Condition |
|---|---|
| KeyNotFoundException |
See Also