ApiControllerManager ClassKentico 8.1 API Reference
Manages a collection of API controllers.
Inheritance Hierarchy

OnlineSystem Object
  CMS.WebApi ApiControllerManager

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 8.0.0.0 (8.1.5347.20411)
Remarks

When the application starts, it locates API controllers using the RegisterApiControllerAttribute attribute and registers them with the default instance of this class.
See Also