ASP.NET MVC请求处理序列

时间:2021-08-17 08:52:45

Is there a definitve guide/reference on exactly what methods and in what sequence are invoked while processing a request in an ASP.NET MVC pipeline? Much like a sequence diagram, I guess.

是否有关于在ASP.NET MVC管道中处理请求时究竟调用哪些方法和顺序的确定指南/参考?我猜这很像序列图。

1 个解决方案

#1


2  

This is one of my favorite links to print out and give to MVC learners:

这是我最喜欢的打印出来并提供给MVC学习者的链接之一:

http://blog.stevensanderson.com/2007/11/20/aspnet-mvc-pipeline-lifecycle/

#1


2  

This is one of my favorite links to print out and give to MVC learners:

这是我最喜欢的打印出来并提供给MVC学习者的链接之一:

http://blog.stevensanderson.com/2007/11/20/aspnet-mvc-pipeline-lifecycle/