Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* returnするActionResult[#j519410c]
** ActionResult Subtypes [#x5c0999b]
| ViewResult | Renders a specifed view to the ...
| PartialViewResult | Renders a specifed partial view...
| EmptyResult | An empty response is returned |
| RedirectResult | Performs an HTTP redirection to...
| RedirectToRouteResult | Performs an HTTP redirection to...
| JsonResult | Serializes a given ViewData obj...
| JavaScriptResult | Returns a piece of JavaScript c...
| ContentResult | Writes content to the response ...
| FileContentResult | Returns a file to the client |
| FileStreamResult | Returns a file to the client, w...
| FilePathResult | Returns a file to the client |
** 参考 [#n18c4950]
http://msdn.microsoft.com/en-us/library/dd410269(v=vs.98)...
終了行:
* returnするActionResult[#j519410c]
** ActionResult Subtypes [#x5c0999b]
| ViewResult | Renders a specifed view to the ...
| PartialViewResult | Renders a specifed partial view...
| EmptyResult | An empty response is returned |
| RedirectResult | Performs an HTTP redirection to...
| RedirectToRouteResult | Performs an HTTP redirection to...
| JsonResult | Serializes a given ViewData obj...
| JavaScriptResult | Returns a piece of JavaScript c...
| ContentResult | Writes content to the response ...
| FileContentResult | Returns a file to the client |
| FileStreamResult | Returns a file to the client, w...
| FilePathResult | Returns a file to the client |
** 参考 [#n18c4950]
http://msdn.microsoft.com/en-us/library/dd410269(v=vs.98)...
ページ名: