Hi guys,

How can I read an html code of the HTML file? For example, there is html file samle.html and I want to see an html code of that file like <html><body>…</body></html>. How can I do it in c#?

Thanks for the help.