We are building an MVC app that creates physical HTML pages. The app currently creates the pages dynamically using the normal MVC/Razor approach.
Rather than re-creating the output programatically to a file, is there anyway to grab the result built by razor and save it to a file?
Thanks so much!