IHttpCookieCollection Interface |
Namespace: CMS.Base
public interface IHttpCookieCollection : ICollection, IEnumerable
The IHttpCookieCollection type exposes the following members.
Name | Description | |
---|---|---|
AllKeys |
Gets a string array containing all the keys (cookie names) in the cookie collection.
| |
Item |
Gets the cookie with the specified name from the cookie collection.
|
Name | Description | |
---|---|---|
Add |
Adds the specified cookie to the cookie collection.
| |
Clear |
Clears all cookies from the cookie collection.
| |
Remove |
Removes the cookie with the specified name from the collection.
|
Name | Description | |
---|---|---|
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |