次の方法で共有


OutputCacheSection.DefaultProviderName プロパティ

定義

構成ファイルの OutputCacheSection 要素に格納される ASP.NET の既定の出力キャッシュ プロバイダーの名前を取得または設定します。

public:
 property System::String ^ DefaultProviderName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetInternalProvider")]
[System.Configuration.StringValidator(MinLength=1)]
public string DefaultProviderName { get; set; }
[<System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetInternalProvider")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.DefaultProviderName : string with get, set
Public Property DefaultProviderName As String

プロパティ値

既定のプロバイダーの名前。

属性

注釈

ASP.NET の既定の出力キャッシュ プロバイダーは、 型 OutputCacheProviderのプロバイダーではありません。 出力キャッシュに ASP.NET によって使用される元のメモリ内プロバイダーです。 既定値は AspNetInternalProvider です。

適用対象