How to Generate a Link to download a File in asp.net MVC?

后端 未结 4 1934
梦毁少年i
梦毁少年i 2021-02-04 21:11

I am testing Doddle Report to generate a few report form a IEnumerable object. I need to generate a Link like this

PDF - http://myserver.com/reports/ProductsRepo         


        
4条回答
  •  梦如初夏
    2021-02-04 21:54

    AFAIK, there is nothing special about doing this in MVC. Create a LinkButton on your form with a handler that generates the PDF file, then redirect to the created file.

提交回复
热议问题