In my controller I call a static function from a class located in App_Code called QqPDF to generate a pdf. What I want is to be able to get the html string of some actions in QqPDF and use them in my pdf. But I don't know how to get the string from a View.
Thanks.