C# 클래스 Phun.Routing.ControllerFactoryWrapper

Wrapper class for controller factory.
상속: System.Web.Mvc.DefaultControllerFactory
파일 보기 프로젝트 열기: noogen/phuncms

공개 메소드들

메소드 설명
FindController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : Type

Finds the controller.

메소드 상세

FindController() 공개 메소드

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.
리턴 System.Type