Enum CookieSameSiteMode
Specifies the SameSite attribute for the cookie.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum CookieSameSiteMode : int
Fields
Name | Description |
---|---|
Lax | Lax SameSite attribute. |
None | No SameSite attribute. |
Strict | Strict SameSite attribute. |