Click or drag to resize
CORSRuleAllowedOrigins Property
Allowed origins. One origin could contain at most one wildcard (*).

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

Property Value

Type: IListString
See Also