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

AppServiceCorsSettings 类

定义

跨域资源共享 (CORS) 应用的设置。

public class AppServiceCorsSettings
type AppServiceCorsSettings = class
Public Class AppServiceCorsSettings
继承
AppServiceCorsSettings

构造函数

AppServiceCorsSettings()

初始化 AppServiceCorsSettings 的新实例。

属性

AllowedOrigins

获取或设置应允许 (进行跨域调用的源列表,例如: http://example.com:12345) 。 使用“*”,允许所有来源。

IsCredentialsSupported

获取或设置是否允许具有凭据的 CORS 请求。 有关详细信息,请参阅 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials

适用于