标签: c# winforms mshtml
如何从uniqueID访问HtmlElement属性?
我知道如何从HtmlElement转换为MSHTML的接口,但我不知道要使用哪个接口。
HtmlElement
答案 0 :(得分:0)
我明白了:
mshtml.IHTMLUniqueName id = element.DomElement as mshtml.IHTMLUniqueName; MessageBox.Show(id.uniqueID);