---
title: "What is View in ASP.NET MVC?"  
description: "What is View in ASP.NET MVC?"  
author: "Chris Anderson"  
published: 2011-08-29  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1193/what-is-view-in-asp-dot-net-mvc  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is View in ASP.NET MVC?

The view encapsulates the presentation of the application, and in ASP.NET this is typically the HTML markup.

## Answers

### Answer by Chris Anderson

The view encapsulates the presentation of the application, and in ASP.NET this is typically the HTML markup.


---

Original Source: https://www.mindstick.com/interview/1193/what-is-view-in-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
