All inbuilt ActionResults in ASP.NET MVC

前端 未结 3 1179
庸人自扰
庸人自扰 2021-01-14 03:49

I\'m looking for a list of the inbuilt (and 3rd party would be a bonus) ActionResults you have available to you in a controller in ASP.NET MVC.

So far I\'ve discover

3条回答
  •  囚心锁ツ
    2021-01-14 04:40

    The book, ASP.NET MVC 1.0, has the following results (p 235): EmptyResult, ContentResult, JsonResult, RedirectResult, RedirectToRouteResult, ViewResult, PartialViewResult, FilePathResult, FileContentResult, FileStreamResult, JavaScriptResult

    You can find out more specifics about each one here

提交回复
热议问题