OutputCacheSection.Providers Property

.NET Framework (current version)
 

Gets or sets the collection of output-cache providers that are stored in the OutputCacheSection element of a configuration file.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("providers")>]
member Providers : ProviderSettingsCollection with get

Property Value

Type: System.Configuration.ProviderSettingsCollection

The collection of providers.

.NET Framework
Available since 4.0
Return to top
Show: