MVC Developer Question:

Tell me is it possible to share a view across multiple controllers?

MVC Developer Interview Question
MVC Developer Interview Question

Answer:

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


Previous QuestionNext Question
Tell us what is Route in MVC? What is Default Route in MVC?Tell me where is the route mapping code written?