---
title: "How to create a view of specific controller"  
description: "How to create a view of specific controller"  
author: "Anupam Mishra"  
published: 2016-01-30  
updated: 2016-01-30  
canonical: https://www.mindstick.com/forum/33942/how-to-create-a-view-of-specific-controller  
category: "asp.net"  
tags: ["c#", ".net", "asp.net", "asp.net mvc"]  
reading_time: 1 minute  

---

# How to create a view of specific controller

Hi ,\
As my [previous](https://yourviews.mindstick.com/view/81421/unlock-2-0-is-just-like-previous-corona-lockdowns) [forum](https://www.mindstick.com/forum/156327/what-is-forum-posting), i am asking about, how to [add a controller](https://www.mindstick.com/forum/33941/how-to-add-a-controller-in-asp-dot-net-mvc) in a my **[MVC](https://www.mindstick.com/forum/155803/define-cache-profile-in-mvc)** [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) and in this forum i want to know, how to add a **[view](https://yourviews.mindstick.com/view/84701/layoffs-in-google-india-2023-view)** a specific controller. Can [anyone](https://www.mindstick.com/articles/23207/how-to-find-the-best-fit-job-for-anyone) give a answer.\
\
Thank you.\

## Replies

### Reply by Anupam Mishra

We have already [created a controller](https://www.mindstick.com/forum/33941/how-to-add-a-controller-in-asp-dot-net-mvc) . So now we will created a view explicitly of HomeController .\
suppose we want to add three view of Home Controller Home,Contact and About. \
Now, we will created a three different view files under in Views/Home folder (we have add one more folder for seapration of homeController views and HomeController related views resided in Home folder ) Such as look like this:\
\
![How to create a view of specific controller](https://www.mindstick.com/mindstickforums/fff2095c-907c-4b70-ab87-5755a56f2c20/images/cd266849-6666-42fb-aa0c-6676ecb0ffa9.png)\
\
and you have three views so you can write your code as you wish.\
For more details you click [Here](https://www.mindstick.com/Articles/754/view-in-asp-dot-net-mvc).\
\
\


---

Original Source: https://www.mindstick.com/forum/33942/how-to-create-a-view-of-specific-controller

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
