ScrapedData.Get(T) Method

IronWebScraper

ScrapedDataGetT Method

Returns the specified ScrapedData item cast as the appropriate type.

Examples
E.g:
Get<string>("url");

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public T Get<T>(
	string key
)
Public Function Get(Of T) ( 
	key As String
) As T

Parameters

key
Type: SystemString
Key

Type Parameters

T
Type

Return Value

Type: T
Exceptions
ExceptionCondition
KeyNotFoundException
See Also