Click or drag to resize
CMSControllerFactory Class
Controller factory with additional functionality for MVC controllers to provide site separation
Inheritance Hierarchy
SystemObject
  CMS.URLRewritingEngineCMSControllerFactory

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public class CMSControllerFactory

The CMSControllerFactory type exposes the following members.

Constructors
  NameDescription
Public methodCMSControllerFactory
Top
Methods
  NameDescription
Public methodStatic memberGetAnyControllerType
Gets the type of a controller, returns null if no valid controller found. Throws an exception if multiple controllers were found
Public methodStatic memberGetSingleControllerType
Gets the type of a single controller, returns null if no valid controller found or ambiguous
Top
See Also