Share via


CookieOptions.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.

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

Property Value

Applies to