1 write to _htmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentHelper.cs (1)
52
_htmlEncoder
= htmlEncoder;
1 reference to _htmlEncoder
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentHelper.cs (1)
136
var context = new ViewComponentContext(descriptor, argumentDictionary,
_htmlEncoder
, _viewContext, writer);