IResponseCookieCollection Methods |
The IResponseCookieCollection type exposes the following members.
Name | Description | |
---|---|---|
Append |
Add a new cookie with value and options.
(Inherited from IResponseCookies.) | |
Clear |
Clears all cookies from the cookie collection.
| |
Delete |
Sets an expired cookie.
(Inherited from IResponseCookies.) | |
GetNewCookie |
Creates and return new IHttpCookie object.
| |
Remove |
Removes cookie from collection.
| |
Update |
Updates cookie in collection.
|