Property SameSite
- Namespace
- DotNetBrowser.Cookies
- Assembly
- DotNetBrowser.dll
SameSite
Gets or sets the SameSite
attribute value of the cookie.
This attribute denotes if your cookie should be restricted to a first-party or same-site context.
public SameSite SameSite { get; set; }
Property Value
- SameSite
The
SameSite
attribute value.