I'm making a asp.net project. I'm trying to send mail contains a html page in attachment. I m generating HTML code. Now I want to write my HTML page and save it in a folder. I checked in web and this site but didn't find the working codes.
File.WriteAllText()
should do the Job
string content = GenerateHtml();
System.IO.File.WriteAllText(@"C:\yoursite.htm", content);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With