43 references to LanguageViewLocationExpanderFormat
Microsoft.AspNetCore.Mvc.Localization (26)
DependencyInjection\MvcLocalizationMvcBuilderExtensions.cs (12)
25return AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix); 36LanguageViewLocationExpanderFormat format) 56AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix, setupAction); 69LanguageViewLocationExpanderFormat format, 95format: LanguageViewLocationExpanderFormat.Suffix, 119LanguageViewLocationExpanderFormat.Suffix, 136LanguageViewLocationExpanderFormat format) 163LanguageViewLocationExpanderFormat format) 195format: LanguageViewLocationExpanderFormat.Suffix, 223format: LanguageViewLocationExpanderFormat.Suffix, 242LanguageViewLocationExpanderFormat format, 272LanguageViewLocationExpanderFormat format,
DependencyInjection\MvcLocalizationMvcCoreBuilderExtensions.cs (12)
30return AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix); 46LanguageViewLocationExpanderFormat format) 74return AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix, setupAction); 91LanguageViewLocationExpanderFormat format, 120format: LanguageViewLocationExpanderFormat.Suffix, 144LanguageViewLocationExpanderFormat.Suffix, 161LanguageViewLocationExpanderFormat format) 188LanguageViewLocationExpanderFormat format) 220format: LanguageViewLocationExpanderFormat.Suffix, 248format: LanguageViewLocationExpanderFormat.Suffix, 267LanguageViewLocationExpanderFormat format, 297LanguageViewLocationExpanderFormat format,
MvcLocalizationServices.cs (2)
15LanguageViewLocationExpanderFormat format, 33LanguageViewLocationExpanderFormat format)
Microsoft.AspNetCore.Mvc.Localization.Test (6)
MvcLocalizationMvcBuilderExtensionsTest.cs (2)
23builder2.AddMvcLocalization(LanguageViewLocationExpanderFormat.SubFolder); 31format: LanguageViewLocationExpanderFormat.SubFolder);
MvcLocalizationMvcCoreBuilderExtensionsTest.cs (2)
23builder2.AddMvcLocalization(LanguageViewLocationExpanderFormat.SubFolder); 31format: LanguageViewLocationExpanderFormat.SubFolder);
MvcLocalizationServiceCollectionExtensionsTest.cs (2)
23LanguageViewLocationExpanderFormat.Suffix); 44LanguageViewLocationExpanderFormat.Suffix);
Microsoft.AspNetCore.Mvc.Razor (5)
LanguageViewLocationExpander.cs (5)
23private readonly LanguageViewLocationExpanderFormat _format; 29: this(LanguageViewLocationExpanderFormat.Suffix) 36/// <param name="format">The <see cref="LanguageViewLocationExpanderFormat"/>.</param> 37public LanguageViewLocationExpander(LanguageViewLocationExpanderFormat format) 87if (_format == LanguageViewLocationExpanderFormat.SubFolder)
Microsoft.AspNetCore.Mvc.Razor.Test (5)
LanguageViewLocationExpanderTest.cs (5)
16LanguageViewLocationExpanderFormat.Suffix, 35LanguageViewLocationExpanderFormat.SubFolder, 54LanguageViewLocationExpanderFormat.Suffix, 77LanguageViewLocationExpanderFormat.SubFolder, 128LanguageViewLocationExpanderFormat format,
RazorWebSite (1)
Startup.cs (1)
33.AddMvcLocalization(LanguageViewLocationExpanderFormat.SubFolder);