Click or drag to resize
HandlebarsViewEngineViewExtension Property
The file extension the view files and partials must have in order for this ViewEngine to handle it. Default: ".hbs"

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

Property Value

Type: String
Remarks
Please note this should include the dot (contrary to VirtualPathProviderViewEngine).
See Also