CookieSameSite Enumeration |
Version 130.1.90
Represents the cookie's 'SameSite' status:
https://tools.ietf.org/html/draft-west-first-party-cookies
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.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