Compartir a través de


OutputCacheProviderCollection.Item[String] Propiedad

Definición

Devuelve una referencia al proveedor de caché de resultados con nombre de la colección.

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

Nombre de un proveedor de la colección.

Valor de propiedad

OutputCacheProvider

Proveedor de la colección.

Se aplica a