Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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