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