Method | Description | |
---|---|---|
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void | ||
RegisterRoutes ( RouteCollection routes ) : void |
Method | Description | |
---|---|---|
Application_AuthenticateRequest ( object sender, |
||
Application_BeginRequest ( object sender, |
||
Application_EndRequest ( object sender, |
||
Application_Error ( Object sender, |
||
Application_Start ( ) : void | ||
EnsureDatabaseIsInstalled ( ) : void | ||
LogException ( |
||
SetWorkingCulture ( ) : void |
protected Application_AuthenticateRequest ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Application_BeginRequest ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Application_EndRequest ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Application_Error ( Object sender, |
||
sender | Object | |
e | ||
return | void |
protected EnsureDatabaseIsInstalled ( ) : void | ||
return | void |
protected LogException ( |
||
exc | ||
return | void |
public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void | ||
filters | GlobalFilterCollection | |
return | void |
public static RegisterRoutes ( RouteCollection routes ) : void | ||
routes | RouteCollection | |
return | void |