Click or drag to resize
DefaultPathsProviderAllowControllerlessViewFolder Property
Whether to allow view files to be located directly in the Views folder. Default: .

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public bool AllowControllerlessViewFolder { get; set; }

Property Value

Type: Boolean
Remarks
This is primarily intended to be compatible with other Handlebars setups.
See Also