I want to give an export feature in my website allowing the user to download an html content that I've setup, including the css that comes with it (which is the same css I use in the entire website).
How can I give the user a button that downloads an html file that is just a view from one of my controller's actions?
Thank you.