HttpCookiesSection.SameSite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.