43 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.Localization.Test (6)
MvcLocalizationMvcBuilderExtensionsTest.cs (2)
23
builder2.AddMvcLocalization(
LanguageViewLocationExpanderFormat
.SubFolder);
31
format:
LanguageViewLocationExpanderFormat
.SubFolder);
MvcLocalizationMvcCoreBuilderExtensionsTest.cs (2)
23
builder2.AddMvcLocalization(
LanguageViewLocationExpanderFormat
.SubFolder);
31
format:
LanguageViewLocationExpanderFormat
.SubFolder);
MvcLocalizationServiceCollectionExtensionsTest.cs (2)
23
LanguageViewLocationExpanderFormat
.Suffix);
44
LanguageViewLocationExpanderFormat
.Suffix);
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)
Microsoft.AspNetCore.Mvc.Razor.Test (5)
LanguageViewLocationExpanderTest.cs (5)
16
LanguageViewLocationExpanderFormat
.Suffix,
35
LanguageViewLocationExpanderFormat
.SubFolder,
54
LanguageViewLocationExpanderFormat
.Suffix,
77
LanguageViewLocationExpanderFormat
.SubFolder,
128
LanguageViewLocationExpanderFormat
format,
RazorWebSite (1)
Startup.cs (1)
33
.AddMvcLocalization(
LanguageViewLocationExpanderFormat
.SubFolder);