메소드 |
설명 |
|
FindActionUsingRouteAndQueryParameters ( ControllerContext controllerContext, IEnumerable actionsFound ) : IEnumerable |
|
|
FindActionsForVerb ( string verb, ControllerContext controllerContext ) : MvcApi.ApiActionDescriptor[] |
|
|
FindActionsForVerbWorker ( string verb, ControllerContext controllerContext ) : MvcApi.ApiActionDescriptor[] |
|
|
GetMatchingAliasedMethods ( ControllerContext controllerContext, string actionName ) : IEnumerable |
|
|
IsMethodDecoratedWithAliasingAttribute ( System.Web.Mvc.ReflectedActionDescriptor actionDesc ) : bool |
|
|
IsValidActionMethod ( MethodInfo methodInfo ) : bool |
|
|
RemoveIncompatibleVerbs ( ControllerContext controllerContext, string incomingMethod, IEnumerable descriptorsFound ) : IEnumerable |
|
|
RunSelectionFilters ( ControllerContext controllerContext, List methodInfos ) : List |
|
|