Controller.Create Method
| Name | Parameters | Description |
|---|---|---|
| Create(Type, IServiceProvider) static | controllerType, serviceProvider | Instantiates a Controller object of the specified type and raises its Controller.AfterConstruction event. |
| Create(Type) static | controllerType | Instantiates a Controller object of the specified type and raises it’s Controller.AfterConstruction event. |