Dela via


SessionAffinityCookieConfig.SameSite Property

Definition

The SameSite attribute of the cookie.

public Microsoft.AspNetCore.Http.SameSiteMode? SameSite { get; init; }
member this.SameSite : Nullable<Microsoft.AspNetCore.Http.SameSiteMode> with get, set
Public Property SameSite As Nullable(Of SameSiteMode)

Property Value

Remarks

Defaults to Unspecified.

Applies to