1 instantiation of DistributedCacheTagHelperFormattingContext
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
98
var formattingContext = new
DistributedCacheTagHelperFormattingContext
6 references to DistributedCacheTagHelperFormattingContext
Microsoft.AspNetCore.Mvc.TagHelpers (6)
Cache\DistributedCacheTagHelperFormatter.cs (3)
16
public Task<byte[]> SerializeAsync(
DistributedCacheTagHelperFormattingContext
context)
24
nameof(
DistributedCacheTagHelperFormattingContext
.Html),
25
typeof(
DistributedCacheTagHelperFormattingContext
).FullName));
Cache\DistributedCacheTagHelperService.cs (1)
98
var
formattingContext = new DistributedCacheTagHelperFormattingContext
Cache\IDistributedCacheTagHelperFormatter.cs (2)
17
/// <param name="context">The <see cref="
DistributedCacheTagHelperFormattingContext
" /> to serialize.</param>
19
Task<byte[]> SerializeAsync(
DistributedCacheTagHelperFormattingContext
context);