Click or drag to resize
IOssGetBucketCors Method
获取指定Bucket的CORS规则。

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

Parameters

bucketName
Type: SystemString
OssObject所在Bucket的名称。

Return Value

Type: IListCORSRule
跨域资源共享规则列表
See Also