DefaultControllerFactory.ReleaseController Method

Releases the specified controller.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public function ReleaseController(
	controller : IController
)

Parameters

controller
Type: System.Web.Mvc.IController

The controller to release.

Implements

IControllerFactory.ReleaseController(IController)
Show: