开发者

How to create downloadable file links in asp.net mvc?

开发者 https://www.devze.com 2023-01-07 06:10 出处:网络
How can I make downloadable file links in asp.net mvc for downloading the files? Also h开发者_C百科ow can I show the file as thumbnail in my page in asp.net mvc?You can use a FileResult. See http://m

How can I make downloadable file links in asp.net mvc for downloading the files?

Also h开发者_C百科ow can I show the file as thumbnail in my page in asp.net mvc?


You can use a FileResult. See http://msdn.microsoft.com/en-us/library/system.web.mvc.fileresult.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消