Table of Contents

Class CookieLevel

Namespace
Kentico.Web.Mvc
Assembly
Kentico.Web.Mvc.dll

Represents the configuration values for a cookie.

public sealed class CookieLevel
Inheritance
object
CookieLevel
Extension Methods

Constructors

CookieLevel(int)

Creates a new instance of CookieLevel

public CookieLevel(int level)

Parameters

level int

Cookie level.

Properties

All

Cookie level value to allow all available cookies

public static CookieLevel All { get; }

Property Value

CookieLevel

Editor

Cookie level value for the cookies required for editors (for the editing UI to work properly)

public static CookieLevel Editor { get; }

Property Value

CookieLevel

Essential

Cookie level value for the essential cookies (required to run the system)

public static CookieLevel Essential { get; }

Property Value

CookieLevel

Level

Cookie level.

public int Level { get; }

Property Value

int

Remarks

Constant values from CookieLevelConstants can be used.

None

Cookie level value for all cookies disabled.

public static CookieLevel None { get; }

Property Value

CookieLevel

System

Cookie level value for the system cookies required to determine the user cookie level

public static CookieLevel System { get; }

Property Value

CookieLevel

Visitor

Cookie level value for normal visitor cookies (not necessarily required to run the system)

public static CookieLevel Visitor { get; }

Property Value

CookieLevel