ScrapedData Methods
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
ScrapedData Methods |
The ScrapedData type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from DictionaryString, Object.) | |
| Clear | (Inherited from DictionaryString, Object.) | |
| ContainsKey | (Inherited from DictionaryString, Object.) | |
| ContainsValue | (Inherited from DictionaryString, Object.) | |
| Equals | (Inherited from Object.) | |
| FromJson |
Deserializes a ScrapedData object from JSON created using the toJson() method.
| |
| GetT | Returns the specified ScrapedData item cast as the appropriate type. E.g: Get<string>("url"); | |
| GetEnumerator | (Inherited from DictionaryString, Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetObjectData | (Inherited from DictionaryString, Object.) | |
| GetType | (Inherited from Object.) | |
| OnDeserialization | (Inherited from DictionaryString, Object.) | |
| Remove | (Inherited from DictionaryString, Object.) | |
| ToJson |
Converts the ScrapedData to a JSON string.
| |
| ToString | (Inherited from Object.) | |
| TryGetValue | (Inherited from DictionaryString, Object.) |