Click or drag to resize
SetBucketCorsRequestCORSRules Property
Gets or sets the CORS list. Each bucket can have up to 10 rules.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public IList<CORSRule> CORSRules { get; set; }

Property Value

Type: IListCORSRule
See Also