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

CorsRule 类

定义

为 BLOB 服务指定 CORS 规则。

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

构造函数

CorsRule()

初始化 CorsRule 类的新实例。

CorsRule(IList<String>, IList<AllowedMethods>, Int32, IList<String>, IList<String>)

初始化 CorsRule 类的新实例。

属性

AllowedHeaders

获取或设置存在 CorsRule 元素时所需的 。 允许作为跨域请求的一部分的标头列表。

AllowedMethods

获取或设置存在 CorsRule 元素时所需的 。 允许由源执行的 HTTP 方法的列表。

AllowedOrigins

获取或设置存在 CorsRule 元素时所需的 。 允许通过 CORS 或“*”允许所有域的源域列表

ExposedHeaders

获取或设置存在 CorsRule 元素时所需的 。 要向 CORS 客户端公开的响应标头列表。

MaxAgeInSeconds

获取或设置存在 CorsRule 元素时所需的 。 客户端/浏览器应缓存预检响应的秒数。

方法

Validate()

验证 对象。

适用于