Condividi tramite


OutputCacheProviderCollection.Item[String] Proprietà

Definizione

Restituisce un riferimento al provider della cache di output denominato nell'insieme.

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

Parametri

name
String

Nome di un provider incluso nell'insieme.

Valore della proprietà

OutputCacheProvider

Provider dell'insieme.

Si applica a