Click or drag to resize
IPathsProviderGetPartialsFolders Method
Gets the folders for where the partials files can be for the given ControllerContext. The paths returned are in the form "~/Views/_Partials/".

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
IEnumerable<string> GetPartialsFolders(
	ControllerContext controllerContext
)

Parameters

controllerContext
Type: ControllerContext
The ControllerContext for the current request.

Return Value

Type: IEnumerableString
Returns an ordered IEnumerable<string> with the paths for HandlebarsViewEngine to check.
See Also