13 references to Suffix
Microsoft.AspNetCore.Mvc.Localization (12)
DependencyInjection\MvcLocalizationMvcBuilderExtensions.cs (6)
25return AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix); 56AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix, setupAction); 95format: LanguageViewLocationExpanderFormat.Suffix, 119LanguageViewLocationExpanderFormat.Suffix, 195format: LanguageViewLocationExpanderFormat.Suffix, 223format: LanguageViewLocationExpanderFormat.Suffix,
DependencyInjection\MvcLocalizationMvcCoreBuilderExtensions.cs (6)
30return AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix); 74return AddViewLocalization(builder, LanguageViewLocationExpanderFormat.Suffix, setupAction); 120format: LanguageViewLocationExpanderFormat.Suffix, 144LanguageViewLocationExpanderFormat.Suffix, 220format: LanguageViewLocationExpanderFormat.Suffix, 248format: LanguageViewLocationExpanderFormat.Suffix,
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
29: this(LanguageViewLocationExpanderFormat.Suffix)