TagHelperServicesExtensions.AddCacheTagHelperLimits メソッド

定義

オーバーロード

AddCacheTagHelperLimits(IMvcBuilder, Action<CacheTagHelperOptions>)

のキャッシュでメモリ サイズの制限を構成します CacheTagHelper

AddCacheTagHelperLimits(IMvcCoreBuilder, Action<CacheTagHelperOptions>)

のキャッシュでメモリ サイズの制限を構成します CacheTagHelper

AddCacheTagHelperLimits(IMvcBuilder, Action<CacheTagHelperOptions>)

のキャッシュでメモリ サイズの制限を構成します CacheTagHelper

public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddCacheTagHelperLimits (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, Action<Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperOptions> configure);
static member AddCacheTagHelperLimits : Microsoft.Extensions.DependencyInjection.IMvcBuilder * Action<Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperOptions> -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddCacheTagHelperLimits (builder As IMvcBuilder, configure As Action(Of CacheTagHelperOptions)) As IMvcBuilder

パラメーター

configure
Action<CacheTagHelperOptions>

Action<T>キャッシュ オプションを構成する 。

戻り値

IMvcBuilder

適用対象

AddCacheTagHelperLimits(IMvcCoreBuilder, Action<CacheTagHelperOptions>)

のキャッシュでメモリ サイズの制限を構成します CacheTagHelper

public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddCacheTagHelperLimits (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, Action<Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperOptions> configure);
static member AddCacheTagHelperLimits : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder * Action<Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelperOptions> -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddCacheTagHelperLimits (builder As IMvcCoreBuilder, configure As Action(Of CacheTagHelperOptions)) As IMvcCoreBuilder

パラメーター

configure
Action<CacheTagHelperOptions>

Action<T>キャッシュ オプションを構成する 。

戻り値

IMvcCoreBuilder

適用対象