| IHttpCookieCollection Interface | 
Namespace: CMS.Base.Internal
 Syntax
Syntaxpublic interface IHttpCookieCollection
The IHttpCookieCollection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Item | 
            Gets the cookie value with the specified key wrapped into IHttpCookie object.
             | 
|  | Keys | 
            Gets an ICollectionT containing the keys of the IHttpCookieCollection.
             | 
 See Also
See Also