 | 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.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic virtual HandlebarsConfiguration HandlebarsConfiguration { get; protected set; }
Public Overridable Property HandlebarsConfiguration As HandlebarsConfiguration
Get
Protected Set
public:
virtual property HandlebarsConfiguration^ HandlebarsConfiguration {
HandlebarsConfiguration^ get ();
protected: void set (HandlebarsConfiguration^ value);
}
abstract HandlebarsConfiguration : HandlebarsConfiguration with get, set
override HandlebarsConfiguration : HandlebarsConfiguration with get, set
Property Value
Type:
HandlebarsConfiguration
See Also