InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Requestaction Method? |
|
Answer» The METHOD requestAction is used to CALL a controller’s action from any location and RETURNS DATA from the action. The method requestAction is used to call a controller’s action from any location and returns data from the action. |
|