Compartilhar via


CorsSettings.SupportCredentials Propriedade

Definição

Obtém ou define se as solicitações CORS com credenciais são permitidas. Consulte https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials para obter mais detalhes.

[Newtonsoft.Json.JsonProperty(PropertyName="supportCredentials")]
public bool? SupportCredentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportCredentials")>]
member this.SupportCredentials : Nullable<bool> with get, set
Public Property SupportCredentials As Nullable(Of Boolean)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a