Implemented interface member:
method
WriteTo
Microsoft.AspNetCore.Html.IHtmlContent.WriteTo(System.IO.TextWriter, System.Text.Encodings.Web.HtmlEncoder)
4 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> 42WriteTo(writer, HtmlEncoder.Default);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
StringHtmlContentTest.cs (2)
20content.WriteTo(writer, new HtmlTestEncoder()); 34tearsOfJoy.WriteTo(stringWriter, HtmlEncoder.Default);