---
title: "List out the types of result in MVC?"  
description: "List out the types of result in MVC?"  
author: "Anonymous User"  
published: 2019-06-27  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/23531/list-out-the-types-of-result-in-mvc  
category: "asp.net mvc"  
tags: ["mvc", "mvc3"]  
reading_time: 1 minute  

---

# List out the types of result in MVC?

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

## Answers

### Answer by Anonymous User

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


---

Original Source: https://www.mindstick.com/interview/23531/list-out-the-types-of-result-in-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
