如何添加<链接>或<元>标签到使用 HtmlAgilityPack?元>链接>
链接,用于从 http://htmlagilitypack.codeplex.com 返回错误,我无法通过尝试代码来解决这个问题。
我正在尝试将各种标签插入到从 HTML 字符串加载的 HtmlDocument 的 部分中。我遇到的原始问题描述为 此处。
有人可以告诉我如何实现这一目标吗?谢谢
The link to download documentation from http://htmlagilitypack.codeplex.com is returning an error and I can't figure this out by trying the code.
I'm trying to insert various tags into the <head>
section of a HtmlDocument that I've loaded from a HTML string. The original issue I'm having is described here.
Can somebody give me an idea of how to achieve this? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许有点晚了:-) 假设我有这个
test.htm
Html 文件:以下是如何在 HEAD 元素下面添加 LINK 元素。您不会故意使语义与 System.Xml 非常接近:
结果将是:
Maybe a bit late :-) Suppose I have this
test.htm
Html file:Here is how to add a LINK element underneath the HEAD element. You will not the semantics is very close to the System.Xml one, on purpose:
The result will be: