How you can send the result back in json format in mvc?
Answer Posted / Avishant Dubey
In MVC, you can send results back in JSON format by creating an action method that returns a JsonResult object, which contains the data to be sent as JSON.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers