Table of Contents

Class CookieName

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

System cookie name constants

[Obsolete("Will be removed in a later version.")]
[ObsoleteSince(27, 0)]
public static class CookieName
Inheritance
object
CookieName

Fields

AntiforgeryCookiePrefix

Default Asp.Net antiforgery cookie prefix

public const string AntiforgeryCookiePrefix = ".AspNetCore.Antiforgery."

Field Value

string

CookieLevel

Cookie level

public const string CookieLevel = "CMSCookieLevel"

Field Value

string

CrossSiteContact

Cross-site contact.

public const string CrossSiteContact = "CrossSiteContact"

Field Value

string

CrossSiteCookiePolicyDetection

Cross-site cookie policy detection.

public const string CrossSiteCookiePolicyDetection = "CrossSiteCookiePolicyDetection"

Field Value

string

CurrentContact

Current contact

public const string CurrentContact = "CurrentContact"

Field Value

string

LandingPageLoaded

Stores landing page visited flag.

public const string LandingPageLoaded = "CMSLandingPageLoaded"

Field Value

string