Method | Description | |
---|---|---|
Application_BeginRequest ( object sender, |
||
Application_Start ( ) : void | ||
DiscoverAllModules ( |
||
RegisterContainer ( ) : void | ||
RegisterFirst ( ) : void | ||
RegisterLast ( ) : void | ||
RegisterRoutes ( RouteCollection routes ) : void | ||
ShouldDiscoverModulesIn ( string path ) : bool | ||
Start ( ) : void |
Method | Description | |
---|---|---|
Restart ( ) : void |
protected Application_BeginRequest ( object sender, |
||
sender | object | |
e | ||
return | void |
protected DiscoverAllModules ( |
||
builder | ||
return | void |
protected abstract RegisterRoutes ( RouteCollection routes ) : void | ||
routes | RouteCollection | |
return | void |
protected abstract ShouldDiscoverModulesIn ( string path ) : bool | ||
path | string | |
return | bool |