C# 클래스 AuthorityManagement.Web.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: ZhaoRd/Zrd_0001_AuthorityManagement

공개 메소드들

메소드 설명
Invoke ( Type target ) : IEnumerable

解析Controller类型来收集Attribute信息.

보호된 메소드들

메소드 설명
Application_AuthenticateRequest ( ) : void
Application_Start ( ) : void
GetArea ( Type controllerType ) : string

메소드 상세

Application_AuthenticateRequest() 보호된 메소드

protected Application_AuthenticateRequest ( ) : void
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

GetArea() 보호된 메소드

protected GetArea ( Type controllerType ) : string
controllerType System.Type
리턴 string

Invoke() 공개 메소드

解析Controller类型来收集Attribute信息.
public Invoke ( Type target ) : IEnumerable
target System.Type /// The target. ///
리턴 IEnumerable