Click or drag to resize

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.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum CookieSameSite
Members
Member nameValueDescription
Strict0 Strict
Lax1 Lax
None2 None
See Also