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