C# Class vlko.web.MvcApplication

Inheritance: System.Web.HttpApplication
Exibir arquivo Open project: vlko/vlko

Public Methods

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

Registers the routes.

Protected Methods

Method Description
Application_Error ( object sender, EventArgs e ) : void

Handles the Error event of the Application control.

Application_Start ( ) : void

Method Details

Application_Error() protected method

Handles the Error event of the Application control.
protected Application_Error ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void

RegisterGlobalFilters() public static method

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

RegisterRoutes() public static method

Registers the routes.
public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection The routes.
return void