htmlagility 包和 silverlight
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
包中有错误。包已在 Nuget 中更新以查找缺少的引用
There was an error in the package. Package was updated in Nuget for missing references