Click or drag to resize
IPathsProvider Methods

The IPathsProvider type exposes the following members.

Methods
  NameDescription
Public methodGetLayoutFolders
Gets the folders for where the layout files can be for the given ControllerContext. The paths returned are in the form "~/Views/_Layouts/".
Public methodGetPartialsFolders
Gets the folders for where the partials files can be for the given ControllerContext. The paths returned are in the form "~/Views/_Partials/".
Public methodGetViewFolders
Gets the folders for where the view files can be for the given ControllerContext. The paths returned are in the form "~/Views/Home/".
Top
See Also