| DefaultPathsProvider Properties |
The DefaultPathsProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowControllerlessViewFolder |
Whether to allow view files to be located directly in the Views folder. Default: .
| |
| AreasFolderName |
The name of the folder where areas are located. Default: "Areas"
| |
| LayoutsFolderName |
The name of the folder where layouts are located. Default: "_Layouts"
| |
| PartialsFolderName |
The name of the folder where partials are located. Default: "_Partials"
| |
| SharedViewsFolderName |
The folder name for shared view files (not specific to a certain controller). Set this to if you want to disable this functionality. Default: "_Shared"
| |
| ViewsFolderName |
The name of the folder where views are located. Default: "Views"
|