Click here to Skip to main content
15,895,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My hrml code is :
XML
<html>
<head><title>Hello</title></head>
<body>

<H1> This is Heading 1 </H1>
<BR>
<HR>
<p> This is paragraph </p>

<img id='myimg' src='cover.jpg' src='Could not display'></img>

</body>
</html>

i want to show this html in webview control in windows 8 metro app using c#

Please help me to read this file.

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900