使用Web浏览器在网页上显示特定区域 [英] display a specific area on web page using web browser

查看:330
本文介绍了使用Web浏览器在网页上显示特定区域的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

salam

是否有任何方法可以在网页浏览器的网页上显示特定区域c#

for expl:我需要只显示google的研究框我的网络浏览器

thx

解决方案

1。创建自己的网页

2.覆盖渲染

3.使用WebRequest加载请求的页面( http://msdn.microsoft.com/en-us/library/system.net.webrequest(v = vs.110) .aspx [ ^ ])

4.删除不需要的部分

5.将剩余部分写入输出流

salam
is there any methode to display a specific area from web page on web browser in c#
for expl:i need to display only research box of google in my web browser
thx

解决方案

1. Create a web page of your own
2. Override Render
3. Load requested page using WebRequest (http://msdn.microsoft.com/en-us/library/system.net.webrequest(v=vs.110).aspx[^])
4. Remove parts you don't want
5. Write the remaining part to the output stream


这篇关于使用Web浏览器在网页上显示特定区域的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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