Cookie
Wisej.Base.Cookie
Last updated
Was this helpful?
Wisej.Base.Cookie
Last updated
Was this helpful?
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.2.0.0)
Represents an individual HTTP cookie.
Creates a new instance of .
Creates a new instance of .
name
The name of the cookie.
value
The value of the cookie.
Creates a new instance of .
name
The name of the cookie.
value
The value of the cookie.
domain
The domain, or partial domain, associated with the cookie.
name
The name of the cookie.
value
The value of the cookie.
expires
The expiration date/time of the cookie.
name
The name of the cookie.
value
The value of the cookie.
domain
The domain, or partial domain, associated with the cookie.
expires
The expiration date/time of the cookie.
Creates a new instance of .
Creates a new instance of .
: Returns or sets the domain to associate the cookie with.
: Returns or sets the expiration date and time for the cookie.
: Returns or sets the name for the .
: Returns or sets the path of the .
: Returns or sets the value for the SameSite attribute of the cookie. The default value is .
: Returns or sets whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only.
: Returns or sets an individual cookie value.