| HandlebarsViewEngine Methods |
The HandlebarsViewEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearCache |
Clears the cache used by HandlebarsViewEngine.
| |
| CreateView |
Creates an IView instance that is ready to be rendered.
| |
| ExtractActionName |
Gets the action name from the controller context.
| |
| ExtractAreaName |
Gets the area name from the controller context.
| |
| ExtractControllerName |
Gets the controller name from the controller context.
| |
| FileExists |
Checks for file existence.
| |
| FindPartialView |
Finds the specified partial view by using the specified controller context.
| |
| FindView |
Finds the specified view by using the specified controller context.
| |
| GetCacheKey |
Gets the cachekey for the specified path.
| |
| RegisterHelper(String, HandlebarsBlockHelper) |
Registers a block helper in this view engine's global configuration.
| |
| RegisterHelper(String, HandlebarsHelper) |
Registers a helper in this view engine's global configuration.
| |
| RegisterMvcHelpers |
Registers the builtin helpers that act a lot like their Razor/WebForms counterpart site-wide in the HandlebarsConfiguration.
| |
| RegisterSectionsHelpers |
Registers the builtin helpers that act a lot like their Razor counterpart site-wide in the HandlebarsConfiguration.
| |
| RegisterTemplate |
Registers a template in this view engine's global configuration.
| |
| ReleaseView |
Releases the specified view by using the specified controller context.
|