Click or drag to resize
CMSControllerFactoryGetSingleControllerType Method
Gets the type of a single controller, returns null if no valid controller found or ambiguous

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

Parameters

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

Return Value

Type: Type
See Also