1 instantiation of LanguageViewLocationExpander
Microsoft.AspNetCore.Mvc.Localization (1)
MvcLocalizationServices.cs (1)
38options.ViewLocationExpanders.Add(new LanguageViewLocationExpander(format));
3 references to LanguageViewLocationExpander
Microsoft.AspNetCore.Mvc.Razor (3)
LanguageViewLocationExpander.cs (2)
26/// Instantiates a new <see cref="LanguageViewLocationExpander"/> instance. 34/// Instantiates a new <see cref="LanguageViewLocationExpander"/> instance.
LanguageViewLocationExpanderFormat.cs (1)
7/// Specifies the localized view format for <see cref="LanguageViewLocationExpander"/>.