htmlagility 包和 silverlight

发布于 2024-11-18 14:34:14 字数 410 浏览 3 评论 0原文

我正在尝试在 silverlight 中使用 htmlagility pack。我能够使用 nuget 包安装它,并对其进行了引用。到目前为止,虽然我只能让以下内容大部分工作,但

 document.LoadHtml(new_html)
    MessageBox.Show(document.DocumentNode.Name & "____" & document.DocumentNode.HasChildNodes) ' & "____" & document.DocumentNode.InnerText)

我可以使用 HAP 找到的所有示例都使用 DocumentNode.SelectNodes,但它在 Silverlight 中不起作用。有人有使用 Silverlight 的简单示例吗?

I am trying to use htmlagility pack in silverlight. I was able to install it using the nuget package and I made a reference to it. So far though I've only been able to get the following to mostly work

 document.LoadHtml(new_html)
    MessageBox.Show(document.DocumentNode.Name & "____" & document.DocumentNode.HasChildNodes) ' & "____" & document.DocumentNode.InnerText)

All the samples that I can find using HAP use a DocumentNode.SelectNodes which doesn't work in Silverlight. Anyone have a simple sample using Silverlight?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆追雨的时光 2024-11-25 14:34:14

包中有错误。包已在 Nuget 中更新以查找缺少的引用

There was an error in the package. Package was updated in Nuget for missing references

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文