如何从HtmlElement访问uniqueID属性?

时间:2011-08-15 03:32:24

标签: c# winforms mshtml

如何从uniqueID访问HtmlElement属性?

我知道如何从HtmlElement转换为MSHTML的接口,但我不知道要使用哪个接口。

1 个答案:

答案 0 :(得分:0)

我明白了:

mshtml.IHTMLUniqueName id = element.DomElement as mshtml.IHTMLUniqueName;
MessageBox.Show(id.uniqueID);