ZennoLab Assemblies Documentation
SameSite Property
ZennoLab.InterfacesLibrary.ProjectModel Namespace > ICookieItem Interface : SameSite Property
Gets the sameSite attribute of cookie item.
Syntax
[DataMember()]
string SameSite {get;}

Property Value

Type: System.String

The sameSite attribute. The sameSite may take values "Strict", "Lax", "None" and "Unspecified". Default value is "Unspecified".

Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

ICookieItem Interface
ICookieItem Members