Share via


IOwinRequest.Get<T> Method

Gets the type of the request.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Function Get(Of T) ( _
    key As String _
) As T
'Usage
Dim instance As IOwinRequest 
Dim key As String 
Dim returnValue As T

returnValue = instance.Get(key)
T Get<T>(
    string key
)
generic<typename T>
T Get(
    String^ key
)
abstract Get : 
        key:string -> 'T 
JScript does not support generic types and methods.

Type Parameters

  • T
    The type of the request.

Parameters

Return Value

Type: T
The returned request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace