IResponseCookieCollection Interface |
Namespace: CMS.Base.Internal
public interface IResponseCookieCollection : IHttpCookieCollection, IResponseCookies
The IResponseCookieCollection type exposes the following members.
Name | Description | |
---|---|---|
Item |
Gets the cookie value with the specified key wrapped into IHttpCookie object.
(Inherited from IHttpCookieCollection.) | |
Keys |
Gets an ICollectionT containing the keys of the IHttpCookieCollection.
(Inherited from IHttpCookieCollection.) |
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.
|