filmov
tv
#38 Understanding JSON Result | Controllers & IActionResult | ASP.NET Core MVC Course

Показать описание
In this lecture, you are going to learn about another type of action result called as JsonResult. JsonResult is used to return JSON data in the response and it automatically sets the content-type of response to "application/json".