Tagged Questions

8
votes
7answers
4k views

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

I have developed a simple mechanism for my mvc website to pull in html via jquery which then populates a specified div. All is well and it looks cool. My problem is that i'm now creating html markup …