![]() | IPathsProvider Interface |
Namespace: HandlebarsDotNet.Mvc
The IPathsProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetLayoutFolders |
Gets the folders for where the layout files can be for the given ControllerContext.
The paths returned are in the form "~/Views/_Layouts/".
|
![]() | GetPartialsFolders |
Gets the folders for where the partials files can be for the given ControllerContext.
The paths returned are in the form "~/Views/_Partials/".
|
![]() | GetViewFolders |
Gets the folders for where the view files can be for the given ControllerContext.
The paths returned are in the form "~/Views/Home/".
|