SetBucketCorsRequestCORSRules Property |
CORS规则的容器,每个bucket最多允许10条规则。
Namespace: Aliyun.OpenServices.OpenStorageServiceAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntaxpublic IList<CORSRule> CORSRules { get; set; }
Public Property CORSRules As IList(Of CORSRule)
Get
Set
Property Value
Type:
IListCORSRule
See Also