我需要为朋友网站编写一个解析隐藏字段的应用程序.我已经下载了Html Agility Pack库,但我有点困惑,因为没有任何实例.HTML字段如下所示:
<input type = "hidden" autocomplete="off" value="randomvalue" name="foo">
我如何从这个领域获得价值?
html c# parsing hidden-fields html-agility-pack
c# ×1
hidden-fields ×1
html ×1
html-agility-pack ×1
parsing ×1