C# Class Nop.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: jimmy00784/nopCommerce-Linux-Mysql

Méthodes publiques

Méthode Description
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
RegisterRoutes ( RouteCollection routes ) : void

Méthodes protégées

Méthode Description
Application_AuthenticateRequest ( object sender, EventArgs e ) : void
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_EndRequest ( object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
Application_Start ( ) : void
EnsureDatabaseIsInstalled ( ) : void
LogException ( Exception exc ) : void
SetWorkingCulture ( ) : void

Method Details

Application_AuthenticateRequest() protected méthode

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

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( 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_Error() protected méthode

protected Application_Error ( 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

EnsureDatabaseIsInstalled() protected méthode

protected EnsureDatabaseIsInstalled ( ) : void
Résultat void

LogException() protected méthode

protected LogException ( Exception exc ) : void
exc System.Exception
Résultat void

RegisterGlobalFilters() public static méthode

public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
filters GlobalFilterCollection
Résultat void

RegisterRoutes() public static méthode

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
Résultat void

SetWorkingCulture() protected méthode

protected SetWorkingCulture ( ) : void
Résultat void