C# Class BlueCollar.Dashboard.MvcApplication

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: ChadBurggraf/blue-collar

Public Methods

Method Description
RegisterRoutes ( RouteCollection routes ) : void

Registers routes to the given route collection.

Protected Methods

Method Description
Application_End ( ) : void

Raises the application's End event.

Private Methods

Method Description
Application_Start ( ) : void

Method Details

Application_End() protected method

Raises the application's End event.
protected Application_End ( ) : void
return void

RegisterRoutes() public static method

Registers routes to the given route collection.
public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection The route collection to register routes with.
return void