The page lifecycle of ASP.NET MVC is having the following process and it is as follows:
1. App initialization
2. Routing
3. Instantiate and execute controller
4. Locate and invoke controller action
5. Instantiate and render view
No comments:
Post a Comment