OutputCacheServiceCollectionExtensions.AddOutputCache 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AddOutputCache(IServiceCollection) |
新增輸出快取服務。 |
AddOutputCache(IServiceCollection, Action<OutputCacheOptions>) |
新增輸出快取服務並設定相關選項。 |
AddOutputCache(IServiceCollection)
新增輸出快取服務。
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
參數
- services
- IServiceCollection
用於新增服務的 IServiceCollection。
傳回
適用於
AddOutputCache(IServiceCollection, Action<OutputCacheOptions>)
新增輸出快取服務並設定相關選項。
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
參數
- services
- IServiceCollection
用於新增服務的 IServiceCollection。
- configureOptions
- Action<OutputCacheOptions>
要設定 OutputCacheOptions的委派。