---
title: "What is Controller in ASP.NET MVC?"  
description: "What is Controller in ASP.NET MVC?"  
author: "Chris Anderson"  
published: 2011-08-29  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1194/what-is-controller-in-asp-dot-net-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is Controller in ASP.NET MVC?

The controller contains the control-flow logic. It interacts with the Model and Views to control the flow of information and execution of the application.

## Answers

### Answer by Chris Anderson

The controller contains the control-flow logic. It interacts with the Model and Views to control the flow of information and execution of the application.


---

Original Source: https://www.mindstick.com/interview/1194/what-is-controller-in-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
