IViewEngine.ReleaseView(ControllerContext, IView) Method

Definition

Overloads

ReleaseView(ControllerContext, IView)

Releases the specified view by using the specified controller context.

ReleaseView(ControllerContext, IView)

Releases the specified view by using the specified controller context.

public void ReleaseView (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.IView view);
abstract member ReleaseView : System.Web.Mvc.ControllerContext * System.Web.Mvc.IView -> unit
Public Sub ReleaseView (controllerContext As ControllerContext, view As IView)

Parameters

controllerContext
ControllerContext

The controller context.

view
IView

The view.

Applies to