---
title: "Page Life Cycle of MVC"  
description: "Page Life Cycle of MVC"  
author: "Niraj Kumar Mishra"  
published: 2017-08-24  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/23290/page-life-cycle-of-mvc  
category: "asp.net mvc"  
tags: ["mvc"]  
reading_time: 1 minute  

---

# Page Life Cycle of MVC

The page Life Cycle of ASP.NET MVC is having the following process and it is as follow:\

Step 1: Routing. ...\
Step 2: The URL Routing Module intercepts the request. ...\
Step 4: MVC Handler Executes. ...\
Step 4: The Controller Executes. ...\
Step 5: The Render View Method is called.

## Answers

### Answer by Niraj Kumar Mishra

The page Life Cycle of ASP.NET MVC is having the following process and it is as follow:\

Step 1: Routing. ...\
Step 2: The URL Routing Module intercepts the request. ...\
Step 4: MVC Handler Executes. ...\
Step 4: The Controller Executes. ...\
Step 5: The Render View Method is called.


---

Original Source: https://www.mindstick.com/interview/23290/page-life-cycle-of-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
