Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
SyntaxIList<CORSRule> GetBucketCors(
string bucketName
)
Function GetBucketCors (
bucketName As String
) As IList(Of CORSRule)
IList<CORSRule^>^ GetBucketCors(
String^ bucketName
)
abstract GetBucketCors :
bucketName : string -> IList<CORSRule>
Parameters
- bucketName
- Type: SystemString
OssObject所在Bucket的名称。
Return Value
Type:
IListCORSRule跨域资源共享规则列表
See Also