DefaultControllerFactory.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:
virtual System::Object ^ CreateController(Microsoft::AspNetCore::Mvc::ControllerContext ^ context);
public virtual object CreateController (Microsoft.AspNetCore.Mvc.ControllerContext context);
abstract member CreateController : Microsoft.AspNetCore.Mvc.ControllerContext -> obj
override this.CreateController : Microsoft.AspNetCore.Mvc.ControllerContext -> obj
Public Overridable Function CreateController (context As ControllerContext) As Object
Parameters
- context
- ControllerContext
ControllerContext for the action to execute.
Returns
The controller.