ASP.Net执行顺序

jga*_*fin 5 asp.net asp.net-mvc

MSDN得到一个页面,显示调用ASP.Net global.asax方法的顺序.我似乎无法找到它,任何人都有链接?

是否有类似的页面,但对于ASP.Net MVC(包括调用所有控制器方法,如OnActionExecuting,OnAuthorization等)?

编辑

为ASP.Net再次找到它

ASP.Net应用程序生命周期:http://msdn.microsoft.com/en-us/library/bb470252.aspx

Phi*_*ler 5

RedGate软件在这里有关于MVC请求处理管道的海报.