IViewEngine.ReleaseView Method

Releases the specified view by using the specified controller context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Sub ReleaseView ( _
	controllerContext As ControllerContext, _
	view As IView _
)
'Usage
Dim instance As IViewEngine 
Dim controllerContext As ControllerContext 
Dim view As IView

instance.ReleaseView(controllerContext, _
	view)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

view
Type: System.Web.Mvc.IView

The view.

Show: