What are the sub types of ActionResult?

Technology CommunityCategory: ASP.NETWhat are the sub types of ActionResult?
VietMX Staff asked 3 years ago

ActionResult is used to represent the action method result. Below are the subtypes of ActionResult:

  • ViewResult
  • PartialViewResult
  • RedirectToRouteResult
  • RedirectResult
  • JavascriptResult
  • JSONResult
  • FileResult
  • HTTPStatusCodeResult