C# Class NerdDinner.Controllers.StructureMapControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
显示文件 Open project: johnvpetersen/Nerd-Dinner-with-Fluent-NHibernate

Protected Methods

Method Description
GetControllerInstance ( Type controllerType ) : IController

Method Details

GetControllerInstance() protected method

protected GetControllerInstance ( Type controllerType ) : IController
controllerType System.Type
return IController