Model View Controller (MVC) Question:
Is it possible to share a view across multiple controllers?
Answer:
Yes, put the view into the shared folder. This will automatically make the view available across multiple controllers.
Previous Question | Next 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? |