IControllerFactory.ReleaseController Method

Visual Studio 2010

Releases the specified controller.

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

void ReleaseController(
	IController controller
)

Parameters

controller
Type: System.Web.Mvc.IController
The controller.

Community Additions

ADD
Show: