How to bind html content

非 Y 不嫁゛ 提交于 2019-12-26 20:28:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!