Click or drag to resize
CORSRuleAddAllowedMethod Method
添加一条AllowedMethod。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public void AddAllowedMethod(
	string allowedMethod
)

Parameters

allowedMethod
Type: SystemString
指定允许的跨域请求方法。 类型:GET,PUT,DELETE,POST,HEAD
See Also