3 implementations of
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizer.cs (1)
28public virtual LocalizedHtmlString this[string name]
HtmlLocalizerOfT.cs (1)
27public virtual LocalizedHtmlString this[string name]
ViewLocalizer.cs (1)
43public virtual LocalizedHtmlString this[string key]
3 references to
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizerExtensions.cs (1)
24return htmlLocalizer[name];
HtmlLocalizerOfT.cs (1)
33return _localizer[name];
ViewLocalizer.cs (1)
49return _localizer[key];