MVC Controller Using Response Stream

前端 未结 4 565
轮回少年
轮回少年 2020-12-09 12:06

I\'m using MVC 3 I would like to dynamically create a CSV file for download, but I am unsure as to the correct MVC orientated approach.

In conventional ASP.net, I wo

4条回答
  •  自闭症患者
    2020-12-09 12:38

    Try returning one the FileResults: http://msdn.microsoft.com/en-us/library/system.web.mvc.fileresult.aspx

    Also see this example: http://forums.asp.net/t/1491579.aspx/1

提交回复
热议问题