Click or drag to resize
IRequestCookieCollection Interface
Represents the HttpRequest cookie collection

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

The IRequestCookieCollection 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
See Also