Click or drag to resize
HandlebarsViewEngineReleaseView Method
Releases the specified view by using the specified controller context.

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public virtual void ReleaseView(
	ControllerContext controllerContext,
	IView view
)

Parameters

controllerContext
Type: ControllerContext
The controller context.
view
Type: IView
The view.

Implements

IViewEngine.ReleaseView(ControllerContext, IView)
See Also