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