Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Sub ReleaseView ( _
controllerContext As ControllerContext, _
view As IView _
)
void ReleaseView(
ControllerContext controllerContext,
IView view
)
void ReleaseView(
ControllerContext^ controllerContext,
IView^ view
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- view
Type: System.Web.Mvc.IView
The view.