 | HandlebarsViewEngineRegisterSectionsHelpers Method |
Registers the builtin helpers that act a lot like their Razor counterpart site-wide in the
HandlebarsConfiguration.
Namespace: HandlebarsDotNet.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic virtual void RegisterSectionsHelpers()
Public Overridable Sub RegisterSectionsHelpers
public:
virtual void RegisterSectionsHelpers()
abstract RegisterSectionsHelpers : unit -> unit
override RegisterSectionsHelpers : unit -> unit
Remarks
These are the ones registered if this is called:
See Also