Get Method
Definition
Get<T>(T, string)
Gets the value associates to the request from the item with the specified key.
public static object Get<T>(T request, string key) where T : IMetadata
Parameters
Returns
- object
A reference to the value in the
requestthat is identified bykey, if the entry exists; otherwise,null.
Type Parameters
TThe model that implements the IMetadata interface.