CORSRuleMaxAgeSeconds Property |
指定浏览器对特定资源的预取( OPTIONS)请求返回结果的缓存时间,单位为秒,
最大值不超过999999999,且一个 CORSRule 里面最多允许出现一个。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic int MaxAgeSeconds { get; set; }
Property Value
Type:
Int32
See Also