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