Click or drag to resize
DefaultPathsProvider Properties

The DefaultPathsProvider type exposes the following members.

Properties
  NameDescription
Public propertyAllowControllerlessViewFolder
Whether to allow view files to be located directly in the Views folder. Default: .
Public propertyAreasFolderName
The name of the folder where areas are located. Default: "Areas"
Public propertyLayoutsFolderName
The name of the folder where layouts are located. Default: "_Layouts"
Public propertyPartialsFolderName
The name of the folder where partials are located. Default: "_Partials"
Public propertySharedViewsFolderName
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"
Public propertyViewsFolderName
The name of the folder where views are located. Default: "Views"
Top
See Also