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