码迷,mamicode.com
首页 > Web开发 > 详细

asp.net Mvc实现文件下载

时间:2017-06-08 18:55:47      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:mvc   path   nload   文件   string   实现   ati   stream   file   

 

<a href=‘~/Download?filePath=路径" > 下载 </a>

 

public ActionResult Download(string filePath)   //文件绝对路径
{  
   return File(filePath, "application/octet-stream", Url.Encode("文件名称")); 
}

asp.net Mvc实现文件下载

标签:mvc   path   nload   文件   string   实现   ati   stream   file   

原文地址:http://www.cnblogs.com/0qazx/p/6964209.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!