3 references to LanguageViewLocationExpander
Microsoft.AspNetCore.Mvc.Localization (1)
MvcLocalizationServices.cs (1)
38
options.ViewLocationExpanders.Add(new
LanguageViewLocationExpander
(format));
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
29
:
this
(LanguageViewLocationExpanderFormat.Suffix)
Microsoft.AspNetCore.Mvc.Razor.Test (1)
LanguageViewLocationExpanderTest.cs (1)
140
var languageViewLocationExpander = new
LanguageViewLocationExpander
(format);