标签: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("文件名称"));
}
标签:mvc path nload 文件 string 实现 ati stream file
原文地址:http://www.cnblogs.com/0qazx/p/6964209.html