C# 클래스 Microsoft.Web.Mvc.AsyncActionMethodSelector

파일 보기 프로젝트 열기: CraigCav/Suteki.AsyncMvcTpl 1 사용 예제들

공개 메소드들

메소드 설명
AsyncActionMethodSelector ( Type controllerType ) : System.Threading.Tasks
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, List methodInfos ) : List

메소드 상세

AsyncActionMethodSelector() 공개 메소드

public AsyncActionMethodSelector ( Type controllerType ) : System.Threading.Tasks
controllerType System.Type
리턴 System.Threading.Tasks

FindActionMethod() 공개 메소드

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