OutputCache::DefaultProviderName Property

.NET Framework (current version)
 

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:
property String^ DefaultProviderName {
	static 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
Available since 4.0
Return to top
Show: