本文介绍了C#DNX解析HTML的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想对DNX(.NET执行环境)解析HTML,但我不能找到办法做到这一点。据我所知,DNX被做了主要为跨平台网络的发展,因此应该有什么?
I am trying to parse HTML on DNX (.NET Execution Environment), but I can't find way to do it. As I know DNX was made primary for cross platform web development, therefore there should be something?
推荐答案
我终于设法找到一种方法来解析 HTML
文件。我已经使用 System.Xml.Linq.XDocument
类。
I have finally manage to find a way to parse HTML
documents. I have usedSystem.Xml.Linq.XDocument
class.
这是完全支持DNX,这里的。
It is fully supported on DNX, here is doucmentation.
这篇关于C#DNX解析HTML的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!