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