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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.