InterviewSolution
Saved Bookmarks
| 1. |
Explain How You Can Send The Result Back In Json Format In Mvc? |
|
Answer» In order to SEND the result back in JSON format in MVC, you can USE “JSONRESULT” CLASS. In order to send the result back in JSON format in MVC, you can use “JSONRESULT” class. |
|