次の方法で共有


CorsSettings.SupportCredentials プロパティ

定義

資格情報を含む CORS 要求を許可するかどうかを取得または設定します。 詳細については、 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials をご覧ください。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象