Click or drag to resize
OssClientDeleteBucketCors Method
Deletes the CORS rules on the Bucket

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public void DeleteBucketCors(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket name

Implements

IOssDeleteBucketCors(String)
See Also