IControllerFactory.CreateController(ControllerContext) 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.
Creates a new controller for the specified context
.
public:
System::Object ^ CreateController(Microsoft::AspNetCore::Mvc::ControllerContext ^ context);
public object CreateController (Microsoft.AspNetCore.Mvc.ControllerContext context);
abstract member CreateController : Microsoft.AspNetCore.Mvc.ControllerContext -> obj
Public Function CreateController (context As ControllerContext) As Object
Parameters
- context
- ControllerContext
ControllerContext for the action to execute.
Returns
The controller.