C# Class DynamicServices.Mvc.DynamicActionInvoker

Inheritance: System.Web.Mvc.ControllerActionInvoker
显示文件 Open project: ryanohs/DynamicServices

Public Methods

Method Description
DynamicActionInvoker ( IServiceLocator locator ) : System.Linq

Protected Methods

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

Method Details

DynamicActionInvoker() public method

public DynamicActionInvoker ( IServiceLocator locator ) : System.Linq
locator IServiceLocator
return System.Linq

FindAction() protected method

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
return System.Web.Mvc.ActionDescriptor