OutputCache.DefaultProviderName Property

Definition

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

public:
 static property System::String ^ DefaultProviderName { System::String ^ get(); };
public static string DefaultProviderName { get; }
static member DefaultProviderName : string
Public Shared ReadOnly Property DefaultProviderName As String

Property Value

The name of the default provider.

Remarks

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.

Applies to