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
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.
Applies to
Продукт | Версии |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Отзыв о .NET
.NET — это проект с открытым исходным кодом. Выберите ссылку, чтобы оставить отзыв: