Reputation: 115867
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.
Upvotes: 7
Views: 2294
Reputation: 24754
This is one of my favorite links to print out and give to MVC learners:
http://blog.stevensanderson.com/2007/11/20/aspnet-mvc-pipeline-lifecycle/
Upvotes: 3