---
title: "What is the 'page lifecycle' of an ASP.NET MVC?"  
description: "What is the 'page lifecycle' of an ASP.NET MVC?"  
author: "Chris Anderson"  
published: 2011-10-11  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1292/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?

**Following process are performed by ASP.Net MVC page:** 1) App initialization 2) Routing 3) Instantiate and execute controller 4) Locate and invoke controller action 5) Instantiate and render view \

## Answers

### Answer by Chris Anderson

**Following process are performed by ASP.Net MVC page:** 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/1292/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.
