4 references to AppendCore
Microsoft.AspNetCore.Razor (4)
TagHelpers\DefaultTagHelperContent.cs (4)
79
public override TagHelperContent Append(string unencoded) =>
AppendCore
(unencoded);
82
public override TagHelperContent AppendHtml(IHtmlContent htmlContent) =>
AppendCore
(htmlContent);
89
return
AppendCore
(null);
92
return
AppendCore
(new HtmlString(encoded));