8 references to SubFolder
Microsoft.AspNetCore.Mvc.Localization.Test (4)
MvcLocalizationMvcBuilderExtensionsTest.cs (2)
23builder2.AddMvcLocalization(LanguageViewLocationExpanderFormat.SubFolder); 31format: LanguageViewLocationExpanderFormat.SubFolder);
MvcLocalizationMvcCoreBuilderExtensionsTest.cs (2)
23builder2.AddMvcLocalization(LanguageViewLocationExpanderFormat.SubFolder); 31format: LanguageViewLocationExpanderFormat.SubFolder);
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
87if (_format == LanguageViewLocationExpanderFormat.SubFolder)
Microsoft.AspNetCore.Mvc.Razor.Test (2)
LanguageViewLocationExpanderTest.cs (2)
35LanguageViewLocationExpanderFormat.SubFolder, 77LanguageViewLocationExpanderFormat.SubFolder,
RazorWebSite (1)
Startup.cs (1)
33.AddMvcLocalization(LanguageViewLocationExpanderFormat.SubFolder);