Udostępnij za pośrednictwem


OutputCacheSection.DefaultProviderName Właściwość

Definicja

Pobiera lub ustawia nazwę domyślnego dostawcy pamięci podręcznej wyjściowej ASP.NET przechowywanego w OutputCacheSection elemecie pliku konfiguracji.

public:
 property System::String ^ DefaultProviderName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetInternalProvider")]
[System.Configuration.StringValidator(MinLength=1)]
public string DefaultProviderName { get; set; }
[<System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetInternalProvider")>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.DefaultProviderName : string with get, set
Public Property DefaultProviderName As String

Wartość właściwości

String

Nazwa domyślnego dostawcy.

Atrybuty

Uwagi

Domyślny dostawca wyjściowej pamięci podręcznej dla ASP.NET nie jest dostawcą typu OutputCacheProvider. Jest to oryginalny dostawca w pamięci używany przez ASP.NET do buforowania danych wyjściowych. Wartość domyślna to AspNetInternalProvider.

Dotyczy