Method | Description | |
---|---|---|
WithAutodiscoveredControllers ( this container, ControllerInfo>.Action |
Registers automatically discovered IController implementations.
|
Method | Description | |
---|---|---|
IsDescriptionController ( this controllerType ) : bool | ||
RegisterControllerRelatedTypes ( this container, IEnumerable |
||
RegisterEntryPointControllerDescriptionBuilder ( this container, System.Url entryPoint ) : void |
public static WithAutodiscoveredControllers ( this container, ControllerInfo>.Action |
||
container | this | The container. |
controllerDetailsAction | ControllerInfo>.Action | The controller details action. |
return | IComponentProvider |