ScriptingScriptResourceHandlerSection.EnableCaching 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否對內嵌在組件中做為資源的指令碼檔啟用快取。
public:
property bool EnableCaching { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableCaching", DefaultValue=true)]
public bool EnableCaching { get; set; }
[<System.Configuration.ConfigurationProperty("enableCaching", DefaultValue=true)>]
member this.EnableCaching : bool with get, set
Public Property EnableCaching As Boolean
屬性值
如果要對內嵌在組件中做為資源的指令碼檔啟用快取,就是 true
,否則就是 false
。 預設為 true
。
- 屬性
備註
EnableCaching屬性會取得或設定值,以快取內嵌腳本檔案的結果、快取任何可能的當地語系化物件,以及快取腳本。