「ActionResult クラス (System.Web.Mvc)」の版間の差分
imported>Administrator |
imported>Administrator |
||
| 22行目: | 22行目: | ||
* [[PartialViewResult]] - 指定されたビューをレンダリングして、HTMLフラグメント(htmlタグやbodyタグのないAJAX差込用のHTMLパーツ)として送信する。 | * [[PartialViewResult]] - 指定されたビューをレンダリングして、HTMLフラグメント(htmlタグやbodyタグのないAJAX差込用のHTMLパーツ)として送信する。 | ||
* [[ViewResult]] - 指定されたビューをレンダリングして送信する。通常はこれ。 | * [[ViewResult]] - 指定されたビューをレンダリングして送信する。通常はこれ。 | ||
[[ASP.NET MVC 3]]で追加されたActionResult。 | |||
* [[HttpNotFoundResult]] | |||
* [[HttpRedirectResult]] | |||
* [[HttpStatusCodeResult]] | |||
=== 独自ActionResult === | === 独自ActionResult === | ||