Click or drag to resize

PFControllerFactoryCreateController Method

Creates the specified controller by using the specified request context.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public IController CreateController(
	RequestContext requestContext,
	string controllerName
)

Parameters

requestContext
Type: System.Web.RoutingRequestContext
The request context.
controllerName
Type: SystemString
The name of the controller.

Return Value

Type: IController
The controller.

Implements

IControllerFactory.CreateController(RequestContext, String)
Exceptions
ExceptionCondition
ArgumentNullExceptioncontrollerName
See Also