1 write to _localizer
Microsoft.AspNetCore.Mvc.Localization (1)
HtmlLocalizer.cs (1)
24_localizer = localizer;
5 references to _localizer
Microsoft.AspNetCore.Mvc.Localization (5)
HtmlLocalizer.cs (5)
34return ToHtmlString(_localizer[name]); 45return ToHtmlString(_localizer[name], arguments); 54return _localizer[name]; 62return _localizer[name, arguments]; 67_localizer.GetAllStrings(includeParentCultures);