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