User Kevin Zink - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T15:55:31Zhttp://stackoverflow.com/feeds/user/38102http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/286132/asp-net-mvc-getting-a-paritial-views-html-from-inside-of-the-controller/294559#2945597Answer by Kevin Zink for ASP.net MVC: Getting a Paritial View's HTML from inside of the controllerKevin Zink2008-11-16T23:26:03Z2008-11-17T00:45:11Z<p>Hey Everyone,</p>
<p>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.</p>
<p>Additionally, I also put together a Rails-like RJS javascript generating framework for MVC Beta.</p>
<p>Check it out at <a href="http://www.brightmix.com/blog/how-to-renderpartial-to-string-in-asp-net-mvc" rel="nofollow">http://www.brightmix.com/blog/how-to-renderpartial-to-string-in-asp-net-mvc</a> and let me know what you think.</p>