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