Compartilhar via


OutputCacheProviderCollection.Item[String] Propriedade

Definição

Retorna uma referência para o provedor de cache de saída nomeado na coleção.

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

Parâmetros

name
String

O nome de um provedor na coleção.

Valor da propriedade

OutputCacheProvider

Um provedor da coleção.

Aplica-se a