| HandlebarsView Class |
Namespace: HandlebarsDotNet.Mvc
The HandlebarsView type exposes the following members.
| Name | Description | |
|---|---|---|
| HandlebarsView |
Initializes a new instance of the HandlebarsView class using the controller context and compiled view and layouts.
|
| Name | Description | |
|---|---|---|
| GetViewContext |
Gets the ViewContext that was stored in the context when rendering began for the view.
| |
| Render |
Renders the specified view context by using the specified writer object.
| |
| SetupContext |
Creates the context (Handlebars lingo for the model) and stores references to the ViewData and ViewContext.
|