IOwinRequest.Cookies Property
Gets the collection of Cookies for this request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
RequestCookieCollection Cookies { get; }
property RequestCookieCollection^ Cookies {
RequestCookieCollection^ get();
}
abstract Cookies : RequestCookieCollection with get
ReadOnly Property Cookies As RequestCookieCollection
Property Value
Type: Microsoft.Owin.RequestCookieCollection
The collection of Cookies for this request.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top