C# 클래스 Sage.Controllers.SageControllerFactory

Implements a factory for IControllers used within this application.
상속: System.Web.Mvc.DefaultControllerFactory
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

보호된 메소드들

메소드 설명
GetControllerInstance ( System.Web.Routing.RequestContext requestContext, Type type ) : IController

Constructs the controller instance needed to service the current request.

메소드 상세

GetControllerInstance() 보호된 메소드

Constructs the controller instance needed to service the current request.
protected GetControllerInstance ( System.Web.Routing.RequestContext requestContext, Type type ) : IController
requestContext System.Web.Routing.RequestContext The request context under which this method is being called.
type System.Type The type of the controller to create.
리턴 IController