1 implementation of SerializeAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperFormatter.cs (1)
16public Task<byte[]> SerializeAsync(DistributedCacheTagHelperFormattingContext context)
1 reference to SerializeAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
104value = await _formatter.SerializeAsync(formattingContext);