VirtualPathProviderViewEngine.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)

Syntax

'Declaration
Public Overridable Sub ReleaseView ( _
    controllerContext As ControllerContext, _
    view As IView _
)
public virtual void ReleaseView(
    ControllerContext controllerContext,
    IView view
)
public:
virtual void ReleaseView(
    ControllerContext^ controllerContext, 
    IView^ view
)

Parameters

Implements

IViewEngine.ReleaseView(ControllerContext, IView)

See Also

Reference

VirtualPathProviderViewEngine Class

System.Web.Mvc Namespace