Partage via


OutputCacheProviderCollection.Item[String] Propriété

Définition

Retourne une référence au fournisseur de caches de sortie nommé dans la collection.

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

Paramètres

name
String

Nom d'un fournisseur dans la collection.

Valeur de propriété

OutputCacheProvider

Fournisseur de la collection.

S’applique à