Implemented interface member:
method
WriteTo
Microsoft.AspNetCore.Html.IHtmlContent.WriteTo(System.IO.TextWriter, System.Text.Encodings.Web.HtmlEncoder)
2 references to WriteTo
Microsoft.AspNetCore.Html.Abstractions (1)
HtmlFormattableString.cs (1)
68WriteTo(writer, HtmlEncoder.Default);
Microsoft.AspNetCore.Mvc.Localization (1)
LocalizedHtmlString.cs (1)
78formattableString.WriteTo(writer, encoder);