次の方法で共有


ScriptingScriptResourceHandlerSection.EnableCaching プロパティ

定義

アセンブリ内のリソースとして埋め込まれたスクリプト ファイルに対してキャッシュを有効にするかどうかを取得または設定します。

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 プロパティは、埋め込みスクリプト ファイルの結果のキャッシュ、ローカライズ可能なオブジェクトのキャッシュ、およびスクリプトのキャッシュの値を取得または設定します。

適用対象