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

A custom controller activator, which uses specified service locator for controller activation.
상속: IControllerActivator
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

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

Creates the specified request context.

ServiceLocatableControllerActivator ( string serviceLocatorName = "" ) : System

메소드 상세

Create() 공개 메소드

Creates the specified request context.
public Create ( System.Web.Routing.RequestContext requestContext, Type controllerType ) : IController
requestContext System.Web.Routing.RequestContext The request context.
controllerType System.Type Type of the controller.
리턴 IController

ServiceLocatableControllerActivator() 공개 메소드

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