CookieSameSite Enumeration |
Version 87.1.132
Represents the cookie's 'SameSite' status:
https://tools.ietf.org/html/draft-west-first-party-cookies
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public enum CookieSameSite
public enum class CookieSameSite
Members
| Member name | Value | Description |
---|
| Strict | 0 |
Strict
|
| Lax | 1 |
Lax
|
| None | 2 |
None
|
See Also