1 implementation of SerializeAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperFormatter.cs (1)
16
public Task<byte[]>
SerializeAsync
(DistributedCacheTagHelperFormattingContext context)
2 references to SerializeAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
104
value = await _formatter.
SerializeAsync
(formattingContext);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
727
var serialized = await formatter.
SerializeAsync
(context);