Execution flow in MVC
问题 I am trying to learn MVC in detail, and I am wondering what's the exact functional flow internally, in the sense of which functions (important functions) are called and what they do when the application starts and what functions are called apart from the controller actions that we write in our application as we proceed. 回答1: Here are the detailed steps: Request comes into ASP.NET ASP.NET Routing finds the route match by calling RouteCollection.GetRouteData This in turn calls RouteBase