View PDF as part of the page
问题 I am trying to view a PDF document in my MVC web page, but I cant make it to work. I would like the PDF to be displayed as a part of the other stuff on the page (header, footer etc.). Currently I have a solution where the PDF is shown, but on the entire page. Has anybody done this, if yes then how? 回答1: Why don't you try using iframe like this : <iframe src="even file stream action url"></iframe> I suggest to use object tag if it's possible, use iframe just for testing. If you want to render