C# Class Phun.Routing.ControllerFactoryWrapper

Wrapper class for controller factory.
Inheritance: System.Web.Mvc.DefaultControllerFactory
Show file Open project: noogen/phuncms

Public Methods

Method Description
FindController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

Finds the controller.

Method Details

FindController() public method

Finds the controller.
public FindController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type
requestContext System.Web.Routing.RequestContext The request context.
controllerName string Name of the controller.
return System.Type