IViewEngine.ReleaseView(ControllerContext, IView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.