Compartir vía


OutputCacheSection.Providers Propiedad

Definición

Obtiene o establece la colección de proveedores de caché de resultados que están almacenados en el elemento OutputCacheSection de un archivo de configuración.

public:
 property System::Configuration::ProviderSettingsCollection ^ Providers { System::Configuration::ProviderSettingsCollection ^ get(); };
[System.Configuration.ConfigurationProperty("providers")]
public System.Configuration.ProviderSettingsCollection Providers { get; }
[<System.Configuration.ConfigurationProperty("providers")>]
member this.Providers : System.Configuration.ProviderSettingsCollection
Public ReadOnly Property Providers As ProviderSettingsCollection

Valor de propiedad

ProviderSettingsCollection

Colección de proveedores.

Atributos

Se aplica a