C# 클래스 DynamicServices.Mvc.DynamicControllerFactory

상속: System.Web.Mvc.DefaultControllerFactory
파일 보기 프로젝트 열기: ryanohs/DynamicServices

공개 메소드들

메소드 설명
DynamicControllerFactory ( IServiceLocator locator ) : System

보호된 메소드들

메소드 설명
GetControllerInstance ( Type controllerType ) : IController
GetControllerType ( string controllerName ) : Type

메소드 상세

DynamicControllerFactory() 공개 메소드

public DynamicControllerFactory ( IServiceLocator locator ) : System
locator IServiceLocator
리턴 System

GetControllerInstance() 보호된 메소드

protected GetControllerInstance ( Type controllerType ) : IController
controllerType System.Type
리턴 IController

GetControllerType() 보호된 메소드

protected GetControllerType ( string controllerName ) : Type
controllerName string
리턴 System.Type