RegistrationExtensionsRegisterApiControllers Method |
Name | Description | |
---|---|---|
RegisterApiControllers(ContainerBuilder, Assembly) |
Register types in the provided assemblies that implement IHttpController and
match the default type name suffix of "Controller".
| |
RegisterApiControllers(ContainerBuilder, String, Assembly) |
Register types in the provided assemblies that implement IHttpController and
match the provided type name suffix.
|