VirtualPathProviderViewEngine.ReleaseView Method
Visual Studio 2010
Releases the specified view by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- view
- Type: System.Web.Mvc.IView
The view to release.
Implements
IViewEngine.ReleaseView(ControllerContext, IView)Community Additions
ADD
Show: