C# Class MVC5.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: rabbal/AspNetMVCNTierTemp

Méthodes protégées

Méthode Description
Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
Application_EndRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Private Methods

Méthode Description
Application_BeginRequest ( object sender, EventArgs e ) : void
SetPermissions ( IEnumerable permissions ) : void
ShouldIgnoreRequest ( ) : bool

Method Details

Application_AuthenticateRequest() protected méthode

protected Application_AuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void

Application_EndRequest() protected méthode

protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void