Web浏览器元素 [英] Web browser element

查看:109
本文介绍了Web浏览器元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,我需要在网络浏览器的网页的html中得到说"thishere"的单词,如下C#所示:

Hey I need to get the words that say "thishere" in the html of a webpage in a web-browser as seen below in C#:

<td class="day17">
    <dl class="calendar-day">
        <dt>17 <span>Thursday</span></dt>
        <dd class="only-child">thishere</dd>
    </dl>
</td>



如果有人可以帮助,它将得到很大的帮助.



If anyone can help it would be GREATLY appriciated.

推荐答案

将runt ="server"属性添加到html元素中,并将在服务器端创建一个HtmlGenericControl
Add the runt="server" attribute to the html element and a HtmlGenericControl will be created on the server-side for it.


您好,我发现 [
Hello, I found this[^] and this[^]. I hope they will help you. Good luck!


这篇关于Web浏览器元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆