Share via


AppProperties.Get<T> Method (String)

 

Gets the value from the dictionary with the specified key.

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

Syntax

public T Get<T>(
    string key
)

Parameters

Return Value

Type: T

The value with the specified key.

Type Parameters

  • T
    The type of the value.

See Also

AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top