Метод | Описание | |
---|---|---|
Application_BeginRequest ( object sender, |
||
Application_Start ( ) : void | ||
DiscoverAllModules ( |
||
RegisterContainer ( ) : void | ||
RegisterFirst ( ) : void | ||
RegisterLast ( ) : void | ||
RegisterRoutes ( RouteCollection routes ) : void | ||
ShouldDiscoverModulesIn ( string path ) : bool | ||
Start ( ) : void |
Метод | Описание | |
---|---|---|
Restart ( ) : void |
protected Application_BeginRequest ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected DiscoverAllModules ( |
||
builder | ||
Результат | void |
protected abstract RegisterRoutes ( RouteCollection routes ) : void | ||
routes | RouteCollection | |
Результат | void |
protected abstract ShouldDiscoverModulesIn ( string path ) : bool | ||
path | string | |
Результат | bool |