HttpCookieCollection Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllKeys | Gets a string array containing all the keys (cookie names) in the cookie collection. |
| Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| Item | Overloaded. Gets the cookie with the specified name from the cookie collection. This property is overloaded to allow retrieval of cookies by either name or numerical index. |
| Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| Name | Description | |
|---|---|---|
| IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (inherited from NameObjectCollectionBase) |
Reference
HttpCookieCollection ClassSystem.Web Namespace
HttpCookie
Other Resources
ASP.NET CookiesCommunity Additions
ADD
Show: