LanguageViewLocationExpanderFormat Enum¶
Specifies the localized view format for Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpander.
- Namespace
Microsoft.AspNetCore.Mvc.Razor- Assemblies
- Microsoft.AspNetCore.Mvc.Razor
Syntax¶
public enum LanguageViewLocationExpanderFormat
-
enum
Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpanderFormat
Fields¶
-
SubFolder()¶ Locale is a subfolder under which the view exists.
Return type: Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpanderFormat SubFolder = 0
-
Suffix()¶ Locale is part of the view name as a suffix.
Return type: Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpanderFormat Suffix = 1
-