Open PDF result in browser tab with MVC 3

前端 未结 3 1009
有刺的猬
有刺的猬 2020-12-31 06:22

I am using ASP.NET MVC 3. I have a controller action that returns a PDF file like this:

Public Class ReportController
    ...
    Function Generate(id As Int         


        
3条回答
  •  独厮守ぢ
    2020-12-31 06:52

    Try linking directly to the PDF.... If it opens in a tab then try changing your route to end with .pdf

提交回复
热议问题