Click or drag to resize
RegisterApiControllerAttribute Constructor
Initializes a new instance of the RegisterApiControllerAttribute class.

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 8.2.23
Syntax
C#
public RegisterApiControllerAttribute(
	Type controllerType
)

Parameters

controllerType
Type: SystemType
The type of the API controller.
See Also