3 instantiations of HtmlFormattableString
Microsoft.AspNetCore.Html.Abstractions (2)
HtmlContentBuilderExtensions.cs (2)
36
builder.AppendHtml(new
HtmlFormattableString
(format, args));
65
builder.AppendHtml(new
HtmlFormattableString
(formatProvider, format, args));
Microsoft.AspNetCore.Mvc.Localization (1)
LocalizedHtmlString.cs (1)
77
var formattableString = new
HtmlFormattableString
(Value, _arguments);
3 references to HtmlFormattableString
Microsoft.AspNetCore.Html.Abstractions (2)
HtmlFormattableString.cs (2)
24
/// Creates a new <see cref="
HtmlFormattableString
"/> with the given <paramref name="format"/> and
35
/// Creates a new <see cref="
HtmlFormattableString
"/> with the given <paramref name="formatProvider"/>,
Microsoft.AspNetCore.Mvc.Localization (1)
LocalizedHtmlString.cs (1)
77
var
formattableString = new HtmlFormattableString(Value, _arguments);