Click or drag to resize
IMvcAdapterGetControllerType Method
Gets the type of the controller.

Namespace: CMS.Mvc
Assembly: CMS.Mvc (in CMS.Mvc.dll) Version: 9.0.0
Syntax
C#
Type GetControllerType(
	RequestContext context,
	string controllerName
)

Parameters

context
Type: System.Web.RoutingRequestContext
The context
controllerName
Type: SystemString
Name of the controller

Return Value

Type: Type
See Also