2 writes to Html
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
100
Html
= new HtmlString(stringBuilder.ToString())
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
725
Html
= new HtmlString(content)
4 references to Html
Microsoft.AspNetCore.Mvc.TagHelpers (4)
Cache\DistributedCacheTagHelperFormatter.cs (3)
20
if (context.
Html
== null)
24
nameof(DistributedCacheTagHelperFormattingContext.
Html
),
28
var serialized = Encoding.UTF8.GetBytes(context.
Html
.ToString());
Cache\DistributedCacheTagHelperService.cs (1)
110
content = formattingContext.
Html
;