OutputCache.DefaultProviderName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.