2 references to HtmlFormattableString
Microsoft.AspNetCore.Html.Abstractions (1)
HtmlContentBuilderExtensions.cs (1)
36
builder.AppendHtml(new
HtmlFormattableString
(format, args));
Microsoft.AspNetCore.Mvc.Localization (1)
LocalizedHtmlString.cs (1)
77
var formattableString = new
HtmlFormattableString
(Value, _arguments);