VirtualPathProviderViewEngine.ReleaseView Method (ControllerContext, IView)
Releases the specified view by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract ReleaseView : controllerContext:ControllerContext * view:IView -> unit override ReleaseView : controllerContext:ControllerContext * view:IView -> unit
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- view
-
Type:
System.Web.Mvc.IView
The view to release.
Show: