相关疑难解决方法(0)

ASP.NET MVC中的所有内置ActionResults

我正在寻找一个内置的列表(和第三方将是一个奖励)ActionResults你可以在ASP.NET MVC的控制器中使用.

到目前为止,我发现了以下内容:

  • ContentResult - this.Content()
  • ActionResult - this.View()
  • JsonResult - this.Json()
  • JavascriptResult - this.Javascript()
  • PartialViewResult - this.PartialView()

我错过了那些有用的吗?

asp.net-mvc actionresult

3
推荐指数
2
解决办法
2411
查看次数

标签 统计

actionresult ×1

asp.net-mvc ×1