IControllerActivator.Create(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 controller.
public:
System::Object ^ Create(Microsoft::AspNetCore::Mvc::ControllerContext ^ context);
public object Create (Microsoft.AspNetCore.Mvc.ControllerContext context);
abstract member Create : Microsoft.AspNetCore.Mvc.ControllerContext -> obj
Public Function Create (context As ControllerContext) As Object
Parameters
- context
- ControllerContext
The ControllerContext for the executing action.