C# Class Nop.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Mostra file Open project: jimmy00784/nopCommerce-Linux-Mysql

Public Methods

Method Description
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
RegisterRoutes ( RouteCollection routes ) : void

Protected Methods

Method 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 method

protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_BeginRequest() protected method

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_EndRequest() protected method

protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Error() protected method

protected Application_Error ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void

EnsureDatabaseIsInstalled() protected method

protected EnsureDatabaseIsInstalled ( ) : void
return void

LogException() protected method

protected LogException ( Exception exc ) : void
exc System.Exception
return void

RegisterGlobalFilters() public static method

public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
filters GlobalFilterCollection
return void

RegisterRoutes() public static method

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
return void

SetWorkingCulture() protected method

protected SetWorkingCulture ( ) : void
return void