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

AppPlatformGatewayCorsProperties 类

定义

跨源资源共享属性。

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

构造函数

AppPlatformGatewayCorsProperties()

初始化 AppPlatformGatewayCorsProperties 的新实例。

属性

AllowedHeaders

跨站点请求中允许的标头。 特殊值 * 允许实际请求发送任何标头。

AllowedMethods

跨站点请求中允许的 HTTP 方法。 特殊值 * 允许所有方法。 如果未设置, GET 则默认允许 和 HEAD

AllowedOrigins

可发出跨站点请求的允许的源。 特殊值 * 允许所有域。

AreCredentialsAllowed

跨站点请求是否支持用户凭据。 有效值: truefalse

ExposedHeaders

要为跨站点请求公开的 HTTP 响应头。

MaxAge

客户端可以缓存来自预检请求的响应的时间(秒)。

适用于