How you can send the result back in json format in mvc?
Answer / 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 |
What is the purpose of mvc?
What is default route in mvc?
In an MVC application, what are the segments of the default route ?
What does mvc mean?
What are action verbs mvc?
What is meaning of View in MVC?
Who invented mvc?
What does model do in mvc?
What is strongly typed view in mvc?
What is @html in mvc?
What is route in mvc what is default route in mvc?
What is the main view engine called?