C# Class DynamicServices.Mvc.DynamicActionInvoker

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

Méthodes publiques

Méthode Description
DynamicActionInvoker ( IServiceLocator locator ) : System.Linq

Méthodes protégées

Méthode Description
FindAction ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor

Method Details

DynamicActionInvoker() public méthode

public DynamicActionInvoker ( IServiceLocator locator ) : System.Linq
locator IServiceLocator
Résultat System.Linq

FindAction() protected méthode

protected FindAction ( System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName ) : System.Web.Mvc.ActionDescriptor
controllerContext System.Web.Mvc.ControllerContext
controllerDescriptor System.Web.Mvc.ControllerDescriptor
actionName string
Résultat System.Web.Mvc.ActionDescriptor