C# Class ActionControllers.ActionControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Afficher le fichier Open project: schotime/ActionControllers

Méthodes publiques

Méthode Description
ActionControllerFactory ( Type>.Dictionary actionTypes, INamingConventions namingConventions, object>.Func createController ) : System
CreateController ( RequestContext requestContext, string controllerName ) : IController

Method Details

ActionControllerFactory() public méthode

public ActionControllerFactory ( Type>.Dictionary actionTypes, INamingConventions namingConventions, object>.Func createController ) : System
actionTypes Type>.Dictionary
namingConventions INamingConventions
createController object>.Func
Résultat System

CreateController() public méthode

public CreateController ( RequestContext requestContext, string controllerName ) : IController
requestContext RequestContext
controllerName string
Résultat IController