IControllerFactory.ReleaseController(IController) Method

Definition

Releases the specified controller.

public void ReleaseController (System.Web.Mvc.IController controller);
abstract member ReleaseController : System.Web.Mvc.IController -> unit
Public Sub ReleaseController (controller As IController)

Parameters

controller
IController

The controller.

Applies to