Click or drag to resize
IResponseCookieCollection Interface
Represents the HttpResponse cookie collection

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface IResponseCookieCollection : IHttpCookieCollection, 
	IResponseCookies

The IResponseCookieCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the cookie value with the specified key wrapped into IHttpCookie object.
(Inherited from IHttpCookieCollection.)
Public propertyKeys
Gets an ICollectionT containing the keys of the IHttpCookieCollection.
(Inherited from IHttpCookieCollection.)
Top
Methods
  NameDescription
Public methodAppend
Add a new cookie with value and options.
(Inherited from IResponseCookies.)
Public methodClear
Clears all cookies from the cookie collection.
Public methodDelete
Sets an expired cookie.
(Inherited from IResponseCookies.)
Public methodGetNewCookie
Creates and return new IHttpCookie object.
Public methodRemove
Removes cookie from collection.
Public methodUpdate
Updates cookie in collection.
Top
See Also