1 implementation of IHtmlLocalizer
Microsoft.AspNetCore.Mvc.Localization (1)
HtmlLocalizerOfT.cs (1)
13
public class HtmlLocalizer<TResource> :
IHtmlLocalizer
<TResource>
1 reference to IHtmlLocalizer
Microsoft.AspNetCore.Mvc.Localization (1)
MvcLocalizationServices.cs (1)
42
services.TryAdd(ServiceDescriptor.Transient(typeof(
IHtmlLocalizer
<>), typeof(HtmlLocalizer<>)));