I have a rest API running and providing some PDF reports when certain URL is hit. Now I am making a MVC application where I have a list of ID's for those PDF's I want to show the corresponding PDF for the Id when user clicks on it in the remaining portion of my view. What would be the best way to do so.
My question is more concerned about the view side of the MVC that how do I hit a url and show the content inside a mvc view. See my view here to know what I am talking about
Comments
Post a Comment