Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases the specified controller.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Sub ReleaseController ( _
controller As IController _
)
void ReleaseController(
IController controller
)
void ReleaseController(
IController^ controller
)
Parameters
- controller
Type: System.Web.Mvc.IController
The controller.