img 要素の幅と高さを取得する方法HtmlAgilityPack
I do this like this..
HtmlAgilityPack.HtmlAttribute width = link.Attributes["width"];
HtmlAgilityPack.HtmlAttribute height = link.Attributes["height"];
ただし、ほとんどの場合、幅と高さは null です。cssの高さと幅を取得するには?
img 要素の幅と高さを取得する方法HtmlAgilityPack
I do this like this..
HtmlAgilityPack.HtmlAttribute width = link.Attributes["width"];
HtmlAgilityPack.HtmlAttribute height = link.Attributes["height"];
ただし、ほとんどの場合、幅と高さは null です。cssの高さと幅を取得するには?