OutputCacheProviderCollection.Item[String] Свойство

Определение

Возвращает ссылку на именованный поставщик кэша вывода в коллекции.

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

Параметры

name
String

Имя поставщика в коллекции.

Значение свойства

OutputCacheProvider

Поставщик из коллекции.

Применяется к