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
- context
Type: Microsoft.Owin.IOwinContext
- key
Type: System.String
Return Value
Type: System.String
Returns String.
See Also
ICookieManager Interface
Microsoft.Owin.Infrastructure Namespace
Return to top