31 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.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)