标签: html .net wpf xaml
我需要在WPF应用中使用html标签显示数据。
例如,我有以下格式的字符串:
<html><body><b>HI!</b></body></html>
结果:
HI!
如何在任何控件中显示它?
答案 0 :(得分:0)
我解决了我的问题。对于有类似问题的人:只需在此链接中使用webbrowser助手: http://thomasfreudenberg.com/archive/2010/08/01/binding-webbrowser-content-in-wpf/