OutputCacheServiceCollectionExtensions.AddOutputCache Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddOutputCache(IServiceCollection) |
Fügen Sie Ausgabezwischenspeicherungsdienste hinzu. |
AddOutputCache(IServiceCollection, Action<OutputCacheOptions>) |
Fügen Sie Ausgabezwischenspeicherungsdienste hinzu, und konfigurieren Sie die zugehörigen Optionen. |
AddOutputCache(IServiceCollection)
Fügen Sie Ausgabezwischenspeicherungsdienste hinzu.
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
Parameter
- services
- IServiceCollection
Die IServiceCollection zum Hinzufügen von Diensten.
Gibt zurück
Gilt für:
AddOutputCache(IServiceCollection, Action<OutputCacheOptions>)
Fügen Sie Ausgabezwischenspeicherungsdienste hinzu, und konfigurieren Sie die zugehörigen Optionen.
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
Parameter
- services
- IServiceCollection
Die IServiceCollection zum Hinzufügen von Diensten.
- configureOptions
- Action<OutputCacheOptions>
Eine Stellvertretung zum Konfigurieren der OutputCacheOptions.