| IRequestCookieCollection Interface | 
Namespace: CMS.Base.Internal
 Syntax
Syntaxpublic interface IRequestCookieCollection : IHttpCookieCollection
The IRequestCookieCollection type exposes the following members.
 Properties
Properties| 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.) | 
 See Also
See Also