Anton Gogolev
Anton Gogolev

Reputation: 115867

ASP.NET MVC request processing sequence

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

Answers (1)

John Farrell
John Farrell

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

Related Questions