What are child actions in mvc?
Answer / Nizamoodeen
Child actions in MVC refer to actions that are defined within other controller classes, often used to handle sub-requests or nested operations. Child actions can be called from parent controllers to execute their corresponding action methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you maintain session in mvc?
What are the advantages of mvc?
Why do we need viewmodel in mvc?
What is the difference between viewdata and viewbag?
Why is mvc good?
Why filters are used in mvc?
Explain the need of display mode in mvc?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What is view engine in mvc?
Explain attribute based routing in mvc?
Why httppost is used in mvc?
What is viewbag mvc?