I need to save a page from url – This page is in my own application – in html format. This html will then be send by email to a user. Any anyone knows how?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, you’ll have to do it at the server to be able to e-mail – so at worst, simply:
It might also be possible to do it directly within MVC – perhaps
RenderPartial?