C# 中有 Sizzle/jQuery 选择器实现吗?
我需要能够在 C# 应用程序中简单地指定 html 中的元素。我只想使用 Linq to Sql,但这需要可配置/可序列化为字符串。我当然可以使用 XPath,但是对于大多数人来说,像 Sizzle 这样的东西在这一点上更加自然。
有人知道 .Net 中是否存在 sizzle 选择器实现吗?
I need to be able to simply specify elements from html in my C# application. I would just use Linq to Sql but this needs to be configurable/serializable to a string. I could of course use XPath but something like Sizzle at this point is just so much more natural for most people.
Anyone know if a sizzle selectors implementation exists in .Net?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Fizzler。它基于 HtmlAgilityPack 构建,并且运行良好,尽管作者称它是测试版。我们在一个重大项目的生产中使用它。文档中的示例:
Yepp, Fizzler. It's built upon HtmlAgilityPack and works very well, even though the authors says it's beta. We use it in production on a major project. Samples from the documentation: