---
title: "What is the page lifecycle of an ASP.NET MVC?"  
description: "What is the page lifecycle of an ASP.NET MVC?"  
author: "Anonymous User"  
published: 2012-07-16  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/1484/what-is-the-page-lifecycle-of-an-asp-dot-net-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is the page lifecycle of an ASP.NET MVC?

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

## Answers

### Answer by Anonymous User

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


---

Original Source: https://www.mindstick.com/interview/1484/what-is-the-page-lifecycle-of-an-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
