C# Class Microsoft.Web.Mvc.AsyncActionMethodSelector

Show file Open project: CraigCav/Suteki.AsyncMvcTpl Class Usage Examples

Public Methods

Method Description
AsyncActionMethodSelector ( Type controllerType ) : System.Threading.Tasks
FindActionMethod ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : ActionDescriptorCreator

Private Methods

Method Description
CreateAmbiguousActionMatchException ( IEnumerable ambiguousMethods, string actionName ) : AmbiguousMatchException
CreateAmbiguousMatchList ( IEnumerable ambiguousMethods ) : string
CreateAmbiguousMethodMatchException ( IEnumerable ambiguousMethods, string methodName ) : AmbiguousMatchException
GetActionDescriptorDelegate ( MethodInfo entryMethod ) : ActionDescriptorCreator
GetCanonicalMethodName ( MethodInfo methodInfo ) : string
GetMatchingAliasedMethods ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : List
GetMethodByName ( string methodName ) : MethodInfo
IsMethodDecoratedWithAliasingAttribute ( MethodInfo methodInfo ) : bool
IsValidActionMethod ( MethodInfo methodInfo ) : bool
IsValidActionMethod ( MethodInfo methodInfo, bool stripInfrastructureMethods ) : bool
PopulateLookupTables ( ) : void
RunSelectionFilters ( System.Web.Mvc.ControllerContext controllerContext, List methodInfos ) : List

Method Details

AsyncActionMethodSelector() public method

public AsyncActionMethodSelector ( Type controllerType ) : System.Threading.Tasks
controllerType System.Type
return System.Threading.Tasks

FindActionMethod() public method

public FindActionMethod ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : ActionDescriptorCreator
controllerContext System.Web.Mvc.ControllerContext
actionName string
return ActionDescriptorCreator