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

集合中的提供程序。

适用于