1 Answer

0 votes
by
In MVC, there are twelve types of results in MVC where “ActionResult” class is the main class while the 11 are their sub-types

•ViewResult

•PartialViewResult

•EmptyResult

•RedirectResult

•RedirectToRouteResult

•JsonResult

•JavaScriptResult

•ContentResult

•FileContentResult

•FileStreamResult

•FilePathResult
...