webBrowser控件中获取元素 的class 属性值

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webBrowser控件中获取元素 的class 属性值相关的知识,希望对你有一定的参考价值。

html 代码如下:

 

<TR id="t030006" class="sr plus selected">
<TD><INPUT id=cvrgNo030006 value=030006 readOnly CHECKED type=checkbox jQuery1456994811776="96"></TD>
<TD>车辆损失险 </TD>
<TD style="TEXT-ALIGN: right"><LABEL>免赔额</LABEL> </TD>
<TD>111111</TD>
</TR>

  

获取<TR>  的class属性值,C#代码如下:

 

HtmlElementCollection tdHtmlElements = trHtmlElements[0].GetElementsByTagName("TD");
trHtmlElements[0].GetAttribute("className")

  

注意:   trHtmlElements[0].GetAttribute("className")

 

以上是关于webBrowser控件中获取元素 的class 属性值的主要内容,如果未能解决你的问题,请参考以下文章

C#webbrowser控件是不是能获取JS加载的数据

如何用webbrowser控件获取html源文件

C# webbrowser控件是不是能获取JS加载的数据?

如何使用webbrowser控件获取网页源代码

webbrowser控件如何获取网页回传的数据

Webbrowser控件execcommand参数详解