CoreWebView2CookieSameSiteKind Enum

Kind of cookie SameSite status used in the CoreWebView2Cookie class. These fields match those as specified in https://developer.mozilla.org/docs/Web/HTTP/Cookies#. Learn more about SameSite cookies here: https://tools.ietf.org/html/draft-west-first-party-cookies-07

Name Value Description
None 0x0 None SameSite type. No restrictions on cross-site requests.
Lax 0x1 Lax SameSite type. The cookie will be sent with "same-site" requests, and with "cross-site" top level navigation.
Strict 0x2 Strict SameSite type. The cookie will only be sent along with "same-site" requests.

Referenced by