InterviewSolution
Saved Bookmarks
| 1. |
What are child actions in ASP.Net MVC? |
|
Answer» To create reusable widgets child actions are used and this will be embedded into the parent views. In ASP.Net MVC Partial views are used to have reusability in the application. Child action mainly returns the partial views. |
|