Method | Description | |
---|---|---|
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void | ||
RegisterRoutes ( RouteCollection routes ) : void |
Registers the routes.
|
Method | Description | |
---|---|---|
Application_Error ( object sender, |
Handles the Error event of the Application control.
|
|
Application_Start ( ) : void |
protected Application_Error ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void | ||
filters | GlobalFilterCollection | |
return | void |
public static RegisterRoutes ( RouteCollection routes ) : void | ||
routes | RouteCollection | The routes. |
return | void |