The properties of System.Web.HttpCookie are listed below. For a list of all members, see the HttpCookie Members list.
See Also: Inherited members from System.Object
Domain | string.
Gets or sets the domain to associate the cookie with. | |
Expires | DateTime.
Gets or sets the expiration date and time for the cookie. | |
[read-only] | HasKeys | bool.
Gets a value indicating whether a cookie has subkeys. |
HttpOnly | bool.
Gets or sets a value that specifies whether a cookie is accessible by client-side script. | |
default property | Item(string) | string. Documentation for this section has not yet been entered. |
Name | string.
Gets or sets the name of a cookie. | |
Path | string.
Gets or sets the virtual path to transmit with the current cookie. | |
Secure | bool.
Gets or sets a value indicating whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only. | |
Value | string.
Gets or sets an individual cookie value. | |
[read-only] | Values | System.Collections.Specialized.NameValueCollection.
Gets a collection of key/value pairs that are contained within a single cookie object. |