Is it possible to share a view across multiple controllers?
Answer / Krishan Kant
Yes, in ASP.NET MVC, you can achieve this by creating a partial view and then rendering it from different controllers using the `Html.Partial()` or `Html.RenderPartial()` method.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Create an Intranet Site Using ASP.NET MVC?
What is shadowing?
What is .net core framework?
Explain unit test done by tester on development team?
Is .net framework backwards compatible?
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
Can we change web.config settings from iis?
What is the mvc pattern (model view controller pattern)?
what is .edmx file and what it contains?
will there be any issues adding a table without primary keys to a data model?
What is difference between constants, readonly and, static
What is basic authentication in web api?