C# Класс Subdomain.Routing.AsyncCtp.CoreControllerDescriptor.ActionMethodSelector

Показать файл Открыть проект

Открытые методы

Метод Описание
ActionMethodSelector ( Type controllerType ) : System
FindActionMethod ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : ActionDescriptorCreator

Приватные методы

Метод Описание
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, IEnumerable methodInfos ) : List

Описание методов

ActionMethodSelector() публичный Метод

public ActionMethodSelector ( Type controllerType ) : System
controllerType System.Type
Результат System

FindActionMethod() публичный Метод

public FindActionMethod ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : ActionDescriptorCreator
controllerContext System.Web.Mvc.ControllerContext
actionName string
Результат ActionDescriptorCreator