Download a PDF file stored in a network location

In View page (.cshtml) Create a Link using anchor tag and define href field as: href = ‘@Url.Action(“Download”, “YourControllerName”,new{filePath = “”})’

Continue reading