Html2Xaml
这不是将 html 转换为 xaml 的好方法,我认为最好将其转换为列表,并通过 ListView 显示内容
Html2Xaml-master.zip
内容介绍
# Html2Xaml
Fork of http://winrthtml2xaml.codeplex.com/
It is not a good way to converter html to xaml by this, I think it's better to Covnerter it to a list, and show content by ListView
slackify-html 将html转换为 用法示例: var slackify = require('slackify-html'); var text = slackify('this <a>link</a> is <b>important</b>');...// text variable contains 'this <http> is *important*'