次の方法で共有


AppServiceCorsSettings.IsCredentialsSupported プロパティ

定義

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

public bool? IsCredentialsSupported { get; set; }
member this.IsCredentialsSupported : Nullable<bool> with get, set
Public Property IsCredentialsSupported As Nullable(Of Boolean)

プロパティ値

適用対象