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