CookieSameSite Enumeration |
Version 101.0.180
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: 101.0.180.0 (101.0.180.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