HttpCookiesSection.SameSite Property

Definition

Gets or sets the value for the SameSite attribute of the cookie.

public:
 property System::Web::SameSiteMode SameSite { System::Web::SameSiteMode get(); void set(System::Web::SameSiteMode value); };
[System.Configuration.ConfigurationProperty("sameSite", DefaultValue=System.Web.SameSiteMode.None)]
public System.Web.SameSiteMode SameSite { get; set; }
[System.Configuration.ConfigurationProperty("sameSite", DefaultValue=(System.Web.SameSiteMode) -1)]
public System.Web.SameSiteMode SameSite { get; set; }
[<System.Configuration.ConfigurationProperty("sameSite", DefaultValue=System.Web.SameSiteMode.None)>]
member this.SameSite : System.Web.SameSiteMode with get, set
[<System.Configuration.ConfigurationProperty("sameSite", DefaultValue=(System.Web.SameSiteMode) -1)>]
member this.SameSite : System.Web.SameSiteMode with get, set
Public Property SameSite As SameSiteMode

Property Value

One of the enumeration values that represents the enforcement mode of the cookie. If the application targets the .NET Framework 4.7.2 or later versions, the default value is Lax; otherwise, the default value is None.

Attributes

Applies to