CookieBuilder.IsEssential Property

Definition

Indicates if this cookie is essential for the application to function correctly. If true then consent policy checks may be bypassed. The default value is false but specific components may use a different value.

public:
 virtual property bool IsEssential { bool get(); void set(bool value); };
public virtual bool IsEssential { get; set; }
member this.IsEssential : bool with get, set
Public Overridable Property IsEssential As Boolean

Property Value

Applies to