次の方法で共有


OutputCacheProviderCollection.Item[String] プロパティ

定義

コレクション内の指定された出力キャッシュ プロバイダーへの参照を返します。

public:
 property System::Web::Caching::OutputCacheProvider ^ default[System::String ^] { System::Web::Caching::OutputCacheProvider ^ get(System::String ^ name); };
public System.Web.Caching.OutputCacheProvider this[string name] { get; }
member this.Item(string) : System.Web.Caching.OutputCacheProvider
Default Public ReadOnly Property Item(name As String) As OutputCacheProvider

パラメーター

name
String

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

プロパティ値

OutputCacheProvider

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

適用対象