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