Exception Not Found

IActionResult and ActionResult - ASP.NET Core Demystified

Next up in our ASP.NET Core Demystified [https://www.exceptionnotfound.net/tag/asp-net-core-demystified/] series, we will discuss and demo a whole bunch of classes which implement the IActionResult interface [https://docs.microsoft.com/en-us/aspnet/core/api/microsoft.aspnetcore.mvc.iactionresult] and inherit from the corresponding ActionResult class [https:

ActionResult in ASP.NET MVC

See the different ActionResults and learn about when to use each of them, including ViewResult and JsonResult. Sample project included!

Exception Not Found © 2026