Click or drag to resize
HandlebarsView Methods

The HandlebarsView type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleGetViewContext
Gets the ViewContext that was stored in the context when rendering began for the view.
Public methodRender
Renders the specified view context by using the specified writer object.
Protected methodSetupContext
Creates the context (Handlebars lingo for the model) and stores references to the ViewData and ViewContext.
Top
See Also