Model View Controller (MVC) Question:

Is it possible to share a view across multiple controllers?

Tweet Share WhatsApp

Answer:

Yes, put the view into the shared folder. This will automatically make the view available across multiple controllers.

Download MVC PDF Read All 48 MVC Questions
Previous QuestionNext Question
Is it possible to unit test an MVC application without running the controllers in an ASP.NET process?What is the role of a controller in an MVC application?