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