Emailing current page
I want to put a button on a web page that will enable the user to email the current page. I understand (and have working) the System.Net.Mail class, but is there a way I can take the current html code and apply it to mail.body? I figure once the button is clicked the html is gone, so can I rerender it from a URL and capture it for the mail.body?
Any help appreciated. As always, thanks in advance.
|