选择属性值与HTML敏捷性包属性、敏捷性、HTML

2023-09-02 01:37:10 作者:今天小编为喜欢玩快手的小伙伴们设计一些能火的,一起来看看,总

我尝试从一个HTML文档中特定的图像,使用HTML敏捷性包和这个XPath:

I'm trying to retrieve a specific image from a html document, using html agility pack and this xpath:

//div[@id='topslot']/a/img/@src

据我所看到的,它找到的SRC属性,但它返回的IMG标签。这是为什么呢?

As far as I can see, it finds the src-attribute, but it returns the img-tag. Why is that?

我期望的innerHTML /的InnerText什么要设置的,但都是空的字符串。 OuterHtml被设置为完整的img标签

I would expect the InnerHtml/InnerText or something to be set, but both are empty strings. OuterHtml is set to the complete img-tag.

是否有任何文档的Html敏捷包?

Are there any documentation for Html Agility Pack?

推荐答案

的Html敏捷包的不支持的属性选择。

Html Agility Pack does not support attribute selection.

 
精彩推荐