5 references to HtmlContentBuilderExtensions
Microsoft.AspNetCore.Razor (5)
TagHelpers\TagHelperContent.cs (5)
32
HtmlContentBuilderExtensions
.SetHtmlContent(this, htmlContent);
46
HtmlContentBuilderExtensions
.SetContent(this, unencoded);
60
HtmlContentBuilderExtensions
.SetHtmlContent(this, encoded);
98
HtmlContentBuilderExtensions
.AppendFormat(this, null, format, args);
118
HtmlContentBuilderExtensions
.AppendFormat(this, provider, format, args);