---
title: "Is it possible to share a view across multiple controllers?"  
description: "Is it possible to share a view across multiple controllers?"  
author: "Anonymous User"  
published: 2012-05-19  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/1461/is-it-possible-to-share-a-view-across-multiple-controllers  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# Is it possible to share a view across multiple controllers?

Yes, put the view into the shared folder. This will automatically make the view available across multiple controllers.

## Answers

### Answer by Anonymous User

Yes, put the view into the shared folder. This will automatically make the view available across multiple controllers.


---

Original Source: https://www.mindstick.com/interview/1461/is-it-possible-to-share-a-view-across-multiple-controllers

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
