SetBucketCorsRequestCORSRules Property |
Gets or sets the CORS list. Each bucket can have up to 10 rules.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IList<CORSRule> CORSRules { get; set; }
Public Property CORSRules As IList(Of CORSRule)
Get
Set
public:
property IList<CORSRule^>^ CORSRules {
IList<CORSRule^>^ get ();
void set (IList<CORSRule^>^ value);
}
member CORSRules : IList<CORSRule> with get, set
Property Value
Type:
IListCORSRuleSee Also