Click or drag to resize
CMSControllerFactoryGetAnyControllerType Method
Gets the type of a controller, returns null if no valid controller found. Throws an exception if multiple controllers were found

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static Type GetAnyControllerType(
	RequestContext context,
	string controllerName
)

Parameters

context
Type: System.Web.RoutingRequestContext
Execution context
controllerName
Type: SystemString
Controller name

Return Value

Type: Type
See Also