BlogSharp.MvcExtensions.ControllerFactories.WindsorControllerFactory.CreateController C# (CSharp) 메소드

CreateController() 공개 메소드

Creates a new controller.
public CreateController ( System.Web.Routing.RequestContext context, Type controllerType ) : IController
context System.Web.Routing.RequestContext The context of the creation.
controllerType System.Type The type of controller.
리턴 IController
        public IController CreateController(RequestContext context, Type controllerType)
        {
            return GetControllerInstance(controllerType);
        }