HttpCookie
Wisej.Core.HttpCookie
Last updated
Was this helpful?
Wisej.Core.HttpCookie
Last updated
Was this helpful?
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Represents a cookie value in the client browser.
Creates and names a new .
name
Name of the cookie.
Creates, names, and assigned a new value to a new .
name
Name of the cookie.
value
Value to assign to the cookie.
: Restricts domain cookie is to be used with.
: Expiration time for the cookie (in minutes).
: Return whether the cookie has sub-keys.
: Indicates whether the cookie should have HttpOnly attribute
: Returns or sets a value in a cookie with multple values.
: Returns or sets the name of the cookie.
: Returns or sets the URL prefix to transmit with the cookie.
: Returns or sets the for the cookie.
: Indicates whether the cookie should be transmitted only over HTTPS.
: Returns or sets the cookie value.
: Returns an individual key:value pairs within a single cookie object with multple values.