Method | Description | |
---|---|---|
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void | ||
RegisterRoutes ( RouteCollection routes ) : void |
Method | Description | |
---|---|---|
Application_Start ( ) : void | ||
Session_End ( Object sender, |
||
Session_Start ( Object sender, |
public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void | ||
filters | GlobalFilterCollection | |
return | void |
public static RegisterRoutes ( RouteCollection routes ) : void | ||
routes | RouteCollection | |
return | void |
protected Session_End ( Object sender, |
||
sender | Object | |
e | ||
return | void |
protected Session_Start ( Object sender, |
||
sender | Object | |
e | ||
return | void |