Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Releases the specified controller.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Sub ReleaseController ( _
controller As IController _
)
public virtual void ReleaseController(
IController controller
)
public:
virtual void ReleaseController(
IController^ controller
)
Parameters
- controller
Type: System.Web.Mvc.IController
The controller to release.
Implements
IControllerFactory.ReleaseController(IController)