Click or drag to resize
HandlebarsViewEngineHandlebarsConfiguration Property
A copy of this will be used when compiling the views. This is the place to provide site-wide helpers, block-helpers and templates.

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

Property Value

Type: HandlebarsConfiguration
See Also