IControllerFactory.ReleaseController(ControllerContext, Object) 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 a controller instance.
public:
 void ReleaseController(Microsoft::AspNetCore::Mvc::ControllerContext ^ context, System::Object ^ controller);
	public void ReleaseController(Microsoft.AspNetCore.Mvc.ControllerContext context, object controller);
	abstract member ReleaseController : Microsoft.AspNetCore.Mvc.ControllerContext * obj -> unit
	Public Sub ReleaseController (context As ControllerContext, controller As Object)
	Parameters
- context
 - ControllerContext
 
ControllerContext for the executing action.
- controller
 - Object
 
The controller.