「FileStreamResult クラス (System.Web.Mvc)」の版間の差分
imported>Administrator 編集の要約なし |
imported>Administrator |
||
| 39行目: | 39行目: | ||
== 関連項目 == | == 関連項目 == | ||
* [[ActionResult]] - [[ASP.NET | * [[ActionResult]] - [[ASP.NET MVC]]のアクション・メソッドの戻り値として使うベースクラス。 | ||
** [[FileResult]] - ファイルをダウンロードさせるためのベースクラス。 | ** [[FileResult]] - ファイルをダウンロードさせるためのベースクラス。 | ||
*** [[FileContentResult]] - バイト配列をHTTPレスポンスに書き込む。 | *** [[FileContentResult]] - バイト配列をHTTPレスポンスに書き込む。 | ||
| 45行目: | 45行目: | ||
*** [[FileStreamResult]] - [[Streamクラス]]の中身をHTTPレスポンスに書き込む。 | *** [[FileStreamResult]] - [[Streamクラス]]の中身をHTTPレスポンスに書き込む。 | ||
* [[ASP.NET MVC]] | * [[ASP.NET MVC]] | ||
== 参考文献 == | == 参考文献 == | ||
<references/> | <references/> | ||