ASP.NET Core MVC - What is IActionResult?
The IActionResult type is a based abstraction of an ActionResult.
š” An ActionResult is a return type of a controller method, also called an action method, and serves as the base class for *Result classes. Action methods return models to views, file...
nawodyaishan.hashnode.dev1 min read