你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

属性值

适用于