3 implementations of
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizer.cs (1)
39public virtual LocalizedHtmlString this[string name, params object[] arguments]
HtmlLocalizerOfT.cs (1)
38public virtual LocalizedHtmlString this[string name, params object[] arguments]
ViewLocalizer.cs (1)
54public virtual LocalizedHtmlString this[string key, params object[] arguments]
3 references to
Microsoft.AspNetCore.Mvc.Localization (3)
HtmlLocalizerExtensions.cs (1)
39return htmlLocalizer[name, arguments];
HtmlLocalizerOfT.cs (1)
44return _localizer[name, arguments];
ViewLocalizer.cs (1)
60return _localizer[key, arguments];