ScrapedData Methods

IronWebScraper

ScrapedData Methods

The ScrapedData type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from DictionaryString, Object.)
Public methodClear (Inherited from DictionaryString, Object.)
Public methodContainsKey (Inherited from DictionaryString, Object.)
Public methodContainsValue (Inherited from DictionaryString, Object.)
Public methodEquals (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes a ScrapedData object from JSON created using the toJson() method.
Public methodCode exampleGetT

Returns the specified ScrapedData item cast as the appropriate type.

Examples
E.g:
Get<string>("url");
Public methodGetEnumerator (Inherited from DictionaryString, Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, Object.)
Public methodGetType (Inherited from Object.)
Public methodOnDeserialization (Inherited from DictionaryString, Object.)
Public methodRemove (Inherited from DictionaryString, Object.)
Public methodToJson
Converts the ScrapedData to a JSON string.
Public methodToString (Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, Object.)
Top
See Also