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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.