Enum SameSiteType
Defines SameSite attribute values.
Namespace: EPiServer.Framework.Web
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public enum SameSiteType
Fields
| Name | Description |
|---|---|
| Lax | The cookie can be sent with cross-site GET requests which cause top level navigation. |
| None | The cookie will be sent with all request. Requires SSL. |
| Strict | The cookie will not be sent in cross-site browsing context. |