Click or drag to resize
IOssGetBucketCors Method
Gets the Bucket CORS rules.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
IList<CORSRule> GetBucketCors(
	string bucketName
)

Parameters

bucketName
Type: SystemString
bucket name

Return Value

Type: IListCORSRule
CORS rules
See Also