HttpCookie

Wisej.Core.HttpCookie

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Represents a cookie value in the client browser.

public class HttpCookie

Constructors

Creates and names a new HttpCookie.

Creates, names, and assigned a new value to a new HttpCookie.

Properties

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.

Last updated