OutputCacheSection.DefaultProviderName Property
.NET Framework (current version)
Gets or sets the name of the ASP.NET default output-cache provider that is stored in the OutputCacheSection element of a configuration file.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("defaultProvider", DefaultValue = "AspNetInternalProvider")>] [<StringValidatorAttribute(MinLength = 1)>] member DefaultProviderName : string with get, set
The default output-cache provider for ASP.NET is not a provider of type OutputCacheProvider. It is the original, in-memory provider that is used by ASP.NET for output caching. The default value is AspNetInternalProvider.
.NET Framework
Available since 4.0
Available since 4.0
Show: