标签: c#
我有这样的文字:
The family <i>Anatidae</i> includes ducks, geese, and swans, but <em>not</em> the closely related screamers.
如何用C#解析此文本? 我需要提取纯文本和有关标记的信息,以便在我的应用程序中格式化此文本。
感谢。
更新: 我可以使用HtmlAgilityPack来做到这一点。 谢谢!