C# 클래스 Cedar.Framework.Common.Client.MVC.ServiceLocatableControllerFactory

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

공개 메소드들

메소드 설명
ServiceLocatableControllerFactory ( string serviceLocatorName = "" ) : System

보호된 메소드들

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

Retrieves the controller instance for the specified request context and controller type.

메소드 상세

GetControllerInstance() 보호된 메소드

Retrieves the controller instance for the specified request context and controller type.
/// is null. /// /// cannot be assigned. /// /// An instance of cannot be /// created. ///
protected GetControllerInstance ( System.Web.Routing.RequestContext requestContext, Type controllerType ) : IController
requestContext System.Web.Routing.RequestContext The context of the HTTP request, which includes the HTTP context and route data.
controllerType System.Type The type of the controller.
리턴 IController

ServiceLocatableControllerFactory() 공개 메소드

public ServiceLocatableControllerFactory ( string serviceLocatorName = "" ) : System
serviceLocatorName string
리턴 System