Click or drag to resize

RegistrationExtensionsRegisterApiControllers Method

Overload List
  NameDescription
Public methodStatic memberRegisterApiControllers(ContainerBuilder, Assembly)
Register types in the provided assemblies that implement IHttpController and match the default type name suffix of "Controller".
Public methodStatic memberRegisterApiControllers(ContainerBuilder, String, Assembly)
Register types in the provided assemblies that implement IHttpController and match the provided type name suffix.
Top
See Also