Udostępnij za pośrednictwem


OutputCacheServiceCollectionExtensions.AddOutputCache Metoda

Definicja

Przeciążenia

AddOutputCache(IServiceCollection)

Dodaj usługi buforowania danych wyjściowych.

AddOutputCache(IServiceCollection, Action<OutputCacheOptions>)

Dodaj usługi buforowania danych wyjściowych i skonfiguruj powiązane opcje.

AddOutputCache(IServiceCollection)

Źródło:
OutputCacheServiceCollectionExtensions.cs

Dodaj usługi buforowania danych wyjściowych.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddOutputCache (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddOutputCache : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddOutputCache (services As IServiceCollection) As IServiceCollection

Parametry

services
IServiceCollection

IServiceCollection dodawania usług.

Zwraca

Dotyczy

AddOutputCache(IServiceCollection, Action<OutputCacheOptions>)

Źródło:
OutputCacheServiceCollectionExtensions.cs

Dodaj usługi buforowania danych wyjściowych i skonfiguruj powiązane opcje.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddOutputCache (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.OutputCaching.OutputCacheOptions> configureOptions);
static member AddOutputCache : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.OutputCaching.OutputCacheOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddOutputCache (services As IServiceCollection, configureOptions As Action(Of OutputCacheOptions)) As IServiceCollection

Parametry

services
IServiceCollection

IServiceCollection dodawania usług.

configureOptions
Action<OutputCacheOptions>

Pełnomocnik do skonfigurowania OutputCacheOptions.

Zwraca

Dotyczy