TagHelperServicesExtensions Class

Definition

Extension methods for configuring Razor cache tag helpers.

public static class TagHelperServicesExtensions
type TagHelperServicesExtensions = class
Public Module TagHelperServicesExtensions
Inheritance
TagHelperServicesExtensions

Methods

AddCacheTagHelper(IMvcCoreBuilder)

Adds MVC cache tag helper services to the application.

AddCacheTagHelperLimits(IMvcBuilder, Action<CacheTagHelperOptions>)

Configures the memory size limits on the cache of the CacheTagHelper.

AddCacheTagHelperLimits(IMvcCoreBuilder, Action<CacheTagHelperOptions>)

Configures the memory size limits on the cache of the CacheTagHelper.

Applies to