C# Class DynamicServices.Mvc.DynamicControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Afficher le fichier Open project: ryanohs/DynamicServices

Méthodes publiques

Méthode Description
DynamicControllerFactory ( IServiceLocator locator ) : System

Méthodes protégées

Méthode Description
GetControllerInstance ( Type controllerType ) : IController
GetControllerType ( string controllerName ) : Type

Method Details

DynamicControllerFactory() public méthode

public DynamicControllerFactory ( IServiceLocator locator ) : System
locator IServiceLocator
Résultat System

GetControllerInstance() protected méthode

protected GetControllerInstance ( Type controllerType ) : IController
controllerType System.Type
Résultat IController

GetControllerType() protected méthode

protected GetControllerType ( string controllerName ) : Type
controllerName string
Résultat System.Type