IControllerFactory.ReleaseController(IController) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.