C# 클래스 ActionControllers.ActionControllerFactory

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

공개 메소드들

메소드 설명
ActionControllerFactory ( Type>.Dictionary actionTypes, INamingConventions namingConventions, object>.Func createController ) : System
CreateController ( RequestContext requestContext, string controllerName ) : IController

메소드 상세

ActionControllerFactory() 공개 메소드

public ActionControllerFactory ( Type>.Dictionary actionTypes, INamingConventions namingConventions, object>.Func createController ) : System
actionTypes Type>.Dictionary
namingConventions INamingConventions
createController object>.Func
리턴 System

CreateController() 공개 메소드

public CreateController ( RequestContext requestContext, string controllerName ) : IController
requestContext RequestContext
controllerName string
리턴 IController