Sunday, February 12, 2017

How to download a File with MVC4 Razor view?

 In this article, I will show you download file to client browser from a server using asp.net c# MVC razor view with example. I am using FileResult, it allows user to download file from the folder with specified file name. It will return the file with generic octet-stream MIME type.

more details:

No comments:

Post a Comment