C# Class AuthorityManagement.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: ZhaoRd/Zrd_0001_AuthorityManagement

Méthodes publiques

Méthode Description
Invoke ( Type target ) : IEnumerable

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

Méthodes protégées

Méthode Description
Application_AuthenticateRequest ( ) : void
Application_Start ( ) : void
GetArea ( Type controllerType ) : string

Method Details

Application_AuthenticateRequest() protected méthode

protected Application_AuthenticateRequest ( ) : void
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

GetArea() protected méthode

protected GetArea ( Type controllerType ) : string
controllerType System.Type
Résultat string

Invoke() public méthode

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