Click or drag to resize
IHttpCookieCollection Interface
Defines implementation capable of handling collection of IHttpCookie objects.

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

The IHttpCookieCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the cookie value with the specified key wrapped into IHttpCookie object.
Public propertyKeys
Gets an ICollectionT containing the keys of the IHttpCookieCollection.
Top
See Also