I see a lot of code in Controller
where it is used as method ActionResult
returning Json()
, but I also see an approach using method JsonResult
logically returning Json
.
Are there any differences between these two approaches? Is there a correct standard to use?