I have an ASP.NET MVC3 application. In my application, I need to be able to render external HTML pages. These HTML pages are stored in a simple file structure, with images, CSS and JS files stored in folders. Basically opening the HTML file will render the page as it should be rendered. What I want is to be able to render this page programatically.I have an ASP.NET MVC3 application. In my appli