ICookieManager.GetRequestCookie Method (IOwinContext, String)

 

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

Syntax

string GetRequestCookie(
    IOwinContext context,
    string key
)
String^ GetRequestCookie(
    IOwinContext^ context,
    String^ key
)
abstract GetRequestCookie : 
        context:IOwinContext *
        key:string -> string
Function GetRequestCookie (
    context As IOwinContext,
    key As String
) As String

Parameters

Return Value

Type: System.String

Returns String.

See Also

ICookieManager Interface
Microsoft.Owin.Infrastructure Namespace

Return to top