Implemented interface member:
method
WriteTo
Microsoft.AspNetCore.Html.IHtmlContent.WriteTo(System.IO.TextWriter, System.Text.Encodings.Web.HtmlEncoder)
2 references to WriteTo
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
StringHtmlContent.cs (2)
23
/// <param name="input"><see cref="string"/> to be HTML encoded when <see cref="
WriteTo
"/> is called.</param>
42
WriteTo
(writer, HtmlEncoder.Default);