What are the sub types of ActionResult? Technology Community › Category: ASP.NET › What are the sub types of ActionResult? 0 Vote Up Vote Down VietMX Staff asked 4 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