OutputCacheProviderCollection.Item[String] Propriedade

Definição

Devolve uma referência ao fornecedor 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 prestador na coleção.

Valor de Propriedade

Um fornecedor da coleção.

Aplica-se a