CORSRuleAllowedOrigins Property |
Allowed origins. One origin could contain at most one wildcard (*).
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IList<string> AllowedOrigins { get; set; }
Public Property AllowedOrigins As IList(Of String)
Get
Set
public:
property IList<String^>^ AllowedOrigins {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member AllowedOrigins : IList<string> with get, set
Property Value
Type:
IListStringSee Also