OutputCache::DefaultProviderName Property
.NET Framework (current version)
Gets the name of the default provider that is configured for the output cache.
Assembly: System.Web (in System.Web.dll)
By default, all HTTP responses, rendered pages, and controls use AspNetInternalProvider, the in-memory output cache provider. To use a different provider, set the defaultProvider attribute to the name of the alternative provider.
.NET Framework
Available since 4.0
Available since 4.0
Show: