How to share a view across multiple controllers in MVC?
Answer Posted / 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 |
Post New Answer View All Answers