This documentation is archived and is not being maintained.

OutputCache::DefaultProviderName Property

Gets the name of the default provider that is configured for the output cache.

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

public:
static property String^ DefaultProviderName {
	String^ get ();
}

Property Value

Type: System::String
The name of the default provider.

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

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: