I'm working on an ASP.NET MVC 4 app. I'm trying to build a report screen that takes a while (~30 seconds) to generate due to the data. What I would like to do is get the HTML that's generated by the view and save it to a text file.
Is there a way to get the HTML generated by a View? If so, how? Please note that my .cshtml file includes some RAZOR. I'm not sure if that plays into this equation or not.
Thank you so much for your help!