Can a view be shared across multiple controllers? If Yes, How we can do that? Technology Community › Category: ASP.NET MVC › Can a view be shared across multiple controllers? If Yes, How we can do that? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Yes, we can share a view across multiple controllers. We can put the view in the “Shared” folder. When we create a new MVC Project we can see the Layout page will be added in the shared folder, which is because it is used by multiple child pages.