C# Class AccountManagement.Infrastructure.NinjectControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Show file Open project: mustafamg/AccountManager

Public Properties

Property Type Description
Kernel IKernel

Protected Methods

Method Description
GetControllerInstance ( System.Web.Routing.RequestContext context, Type controllerType ) : IController

Method Details

GetControllerInstance() protected method

protected GetControllerInstance ( System.Web.Routing.RequestContext context, Type controllerType ) : IController
context System.Web.Routing.RequestContext
controllerType System.Type
return IController

Property Details

Kernel public property

public IKernel Kernel
return IKernel