ASP.Net MVC Render a partial view as a string for a PDF generation tool

Generally in MVC you want to render views using a view engine with a standard action result response that lets MVC deal with the view engine. But in a couple circumstances you may need to render that view to a string. One case I’ve seen

Read more…