Monthly Archives: November 2012

A simple Pdf ActionResult in MVC

Recently, I needed an ActionResult implementation to return the Pdf documents from my Controller Action to MVC views and it tooks few minutes to build the functionality on the existing FileResult. I decided to build a base class PdfResult to … Continue reading

Posted in MVC | Tagged , | 13 Comments