3 references to DistributedCacheTagHelperService
Microsoft.AspNetCore.Mvc.TagHelpers (3)
Cache\DistributedCacheTagHelperService.cs (2)
40
/// Creates a new <see cref="
DistributedCacheTagHelperService
"/>.
60
_logger = loggerFactory.CreateLogger<
DistributedCacheTagHelperService
>();
DependencyInjection\TagHelperExtensions.cs (1)
65
services.TryAddSingleton<IDistributedCacheTagHelperService,
DistributedCacheTagHelperService
>();