1 implementation of ProcessContentAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
65
public async Task<IHtmlContent>
ProcessContentAsync
(TagHelperOutput output, CacheTagKey key, DistributedCacheEntryOptions options)
1 reference to ProcessContentAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
DistributedCacheTagHelper.cs (1)
63
content = await _distributedCacheService.
ProcessContentAsync
(output, cacheKey, GetDistributedCacheEntryOptions());