CORSRuleAllowedMethods Property |
指定允许的跨域请求方法(GET,PUT,DELETE,POST,HEAD)。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic IList<string> AllowedMethods { get; set; }
Public Property AllowedMethods As IList(Of String)
Get
Set
public:
property IList<String^>^ AllowedMethods {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member AllowedMethods : IList<string> with get, set
Property Value
Type:
IListString
See Also