Base:
4 references to ToString
Microsoft.AspNetCore.Html.Abstractions (1)
HtmlFormattableString.cs (1)
102return htmlString.ToString();
Microsoft.AspNetCore.Mvc.Razor (1)
TagHelpers\UrlResolutionTagHelper.cs (1)
180stringValue = htmlString.ToString();
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Cache\DistributedCacheTagHelperFormatter.cs (1)
28var serialized = Encoding.UTF8.GetBytes(context.Html.ToString());
FormTagHelper.cs (1)
192attributeValue = htmlString.ToString();