Search Results

7
votes

ASP.net MVC: Getting a Paritial View’s HTML from inside of the controller

Hey Everyone, I put together a rough framework which allows you to render views to a string from a controller method in MVC Beta. This should help solve this limitation for now. Add …