1 write to _htmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlHelper.cs (1)
78_htmlEncoder = htmlEncoder;
3 references to _htmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
HtmlHelper.cs (3)
700return new MvcForm(ViewContext, _htmlEncoder); 914tagBuilder.WriteTo(ViewContext.Writer, _htmlEncoder); 970tagBuilder.WriteTo(ViewContext.Writer, _htmlEncoder);