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 cshtml in mvc?
What are viewmodels in mvc?
Is mvc a layered architecture?
What is meaning of View in MVC?
What are the three segments for routing important?
How can we detect that an mvc controller is called by post or get?
Can we use webforms in mvc?
What is razor syntax?
Is razor pages replacing mvc?
What is the use of mockmvc?
What is difference between mvc and mvvm?
What's the difference between mvc and mvp?