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

Namespace: CMS.Mvc
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static 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