How to share a view across multiple controllers in MVC?
Answer / Shikha Rai
In some MVC frameworks, views can be made reusable by storing them in a shared or common directory and including them as partial templates within other views. This allows the same view to be rendered in multiple places.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is tempdata in mvc?
Is forms authentication possible in mvc? If yes then explain in detail how?
What is the difference between "actionresult" and "viewresult" ?
What is difference between mvc and mvvm?
What is mvc framework in asp net?
What is view engine in mvc?
What is the page Lifecycle of the MVC ?
How you can manage code security in mvc?
What are the steps for the execution of an mvc project?
Mention what is the advantages of mvc?
What is validation in mvc?
What are child actions in mvc?