你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AppPlatformGatewayCorsProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
跨源资源共享属性。
public class AppPlatformGatewayCorsProperties
type AppPlatformGatewayCorsProperties = class
Public Class AppPlatformGatewayCorsProperties
- 继承
-
AppPlatformGatewayCorsProperties
构造函数
AppPlatformGatewayCorsProperties() |
初始化 AppPlatformGatewayCorsProperties 的新实例。 |
属性
AllowedHeaders |
跨站点请求中允许的标头。 特殊值 |
AllowedMethods |
跨站点请求中允许的 HTTP 方法。 特殊值 |
AllowedOrigins |
可发出跨站点请求的允许的源。 特殊值 |
AreCredentialsAllowed |
跨站点请求是否支持用户凭据。 有效值: |
ExposedHeaders |
要为跨站点请求公开的 HTTP 响应头。 |
MaxAge |
客户端可以缓存来自预检请求的响应的时间(秒)。 |