Click or drag to resize
CORSRuleMaxAgeSeconds Property
指定浏览器对特定资源的预取( OPTIONS)请求返回结果的缓存时间,单位为秒, 最大值不超过999999999,且一个 CORSRule 里面最多允许出现一个。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public int MaxAgeSeconds { get; set; }

Property Value

Type: Int32
See Also