C# Class ButlerWeb.Areas.Butler.Controllers.ControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Show file Open project: abergs/Butler

Public Methods

Method Description
CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController

Method Details

CreateController() public method

public CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController
requestContext System.Web.Routing.RequestContext
controllerName string
return IController