MetaData.Get(T) Method

IronWebScraper

MetaDataGetT Method

Returns the specified meta object cast as the appropriate type.

Examples
E.g:
Get<int>("index")

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