问题
I'm new to windows phone application development.currently i'm doing xml reader project.in my project display the xml description content.i used textblock to display the content.but HTML tag not supported.please help alternative for textblock.how to bind
回答1:
If you have HTML content, the most appropriate tool for viewing it is a WebBrowser
control. This will render arbitrary HTML, it will also fetch images over HTTP etc ...
来源:https://stackoverflow.com/questions/8944266/how-to-bind-html-content