C# Class AuthorityManagement.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Show file Open project: ZhaoRd/Zrd_0001_AuthorityManagement

Public Methods

Method Description
Invoke ( Type target ) : IEnumerable

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

Protected Methods

Method Description
Application_AuthenticateRequest ( ) : void
Application_Start ( ) : void
GetArea ( Type controllerType ) : string

Method Details

Application_AuthenticateRequest() protected method

protected Application_AuthenticateRequest ( ) : void
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void

GetArea() protected method

protected GetArea ( Type controllerType ) : string
controllerType System.Type
return string

Invoke() public method

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