C# 클래스 MvcApi.ActionMethodSelector

파일 보기 프로젝트 열기: dax70/MvcApi

공개 메소드들

메소드 설명
ActionMethodSelector ( Type controllerType ) : System
FindActionMethod ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : MethodInfo

비공개 메소드들

메소드 설명
CreateAmbiguousMatchException ( List ambiguousMethods, string actionName ) : AmbiguousMatchException
GetMatchingAliasedMethods ( System.Web.Mvc.ControllerContext controllerContext, string actionName ) : List
IsMethodDecoratedWithAliasingAttribute ( MethodInfo methodInfo ) : bool
IsValidActionMethod ( MethodInfo methodInfo ) : bool
PopulateLookupTables ( ) : void
RunSelectionFilters ( System.Web.Mvc.ControllerContext controllerContext, List methodInfos ) : List

메소드 상세

ActionMethodSelector() 공개 메소드

public ActionMethodSelector ( Type controllerType ) : System
controllerType System.Type
리턴 System

FindActionMethod() 공개 메소드

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