共用方式為


LocalServiceSecuritySettingsElement.MaxCachedCookies 屬性

定義

取得或設定值,這個值會指定可以快取的 Cookie 數目上限。

public:
 property int MaxCachedCookies { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxCachedCookies", DefaultValue=1000)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxCachedCookies { get; set; }
[<System.Configuration.ConfigurationProperty("maxCachedCookies", DefaultValue=1000)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxCachedCookies : int with get, set
Public Property MaxCachedCookies As Integer

屬性值

可以快取的 Cookie 數目上限。

屬性

適用於