次の方法で共有


OutputCacheSection.Providers プロパティ

定義

構成ファイルの OutputCacheSection 要素に格納される出力キャッシュ プロバイダーのコレクションを取得または設定します。

public:
 property System::Configuration::ProviderSettingsCollection ^ Providers { System::Configuration::ProviderSettingsCollection ^ get(); };
[System.Configuration.ConfigurationProperty("providers")]
public System.Configuration.ProviderSettingsCollection Providers { get; }
[<System.Configuration.ConfigurationProperty("providers")>]
member this.Providers : System.Configuration.ProviderSettingsCollection
Public ReadOnly Property Providers As ProviderSettingsCollection

プロパティ値

プロバイダーのコレクション。

属性

適用対象