I have a problem I want to send a html sting by c# in asp.net mvc when i use readalltoend a html page by streamreader it works good But !!! I need to get a string like this :
<html>
<head>
</head>
<body>
//some html code
</body>
</html>
I get this as a string an try to send it , when it sended it has no style and show like a string not html I've tried with streamwriter to write it to a html file and read it again but it doesn't solve my problem plz help me