1 implementation of IViewLocalizer
Microsoft.AspNetCore.Mvc.Localization (1)
ViewLocalizer.cs (1)
17public class ViewLocalizer : IViewLocalizer, IViewContextAware
2 references to IViewLocalizer
Microsoft.AspNetCore.Mvc.Localization (2)
MvcLocalizationServices.cs (1)
43services.TryAdd(ServiceDescriptor.Transient<IViewLocalizer, ViewLocalizer>());
ViewLocalizer.cs (1)
14/// An <see cref="IViewLocalizer"/> implementation that derives the resource location from the executing view's