我正在寻找您在 ASP.NET MVC 的控制器中可用的内置(第 3 方将是一个奖励)ActionResults 的列表。
到目前为止,我发现了以下内容:
- ContentResult - this.Content()
- ActionResult - this.View()
- JsonResult - this.Json()
- JavascriptResult - this.Javascript()
- PartialViewResult - this.PartialView()
我错过了任何有用的吗?