共用方式為


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

集合中的提供者。

適用於