CORSRuleAddAllowedMethod Method |
添加一条AllowedMethod。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic void AddAllowedMethod(
string allowedMethod
)
Parameters
- allowedMethod
- Type: SystemString
指定允许的跨域请求方法。 类型:GET,PUT,DELETE,POST,HEAD
See Also