从网页浏览器控件到图片框的图像 - C#
我有图片框和网页浏览器控件。 在网络浏览器控件中,我正在显示带有图像的页面。 此图像可见。我无法传递到该图像的图片框 url,因为它不会显示。如果您直接从地址栏输入该图像的页面,则该图像不可见。
有没有办法从浏览器缓存或任何其他方式获取该图像?
我想在查看一个添加后获取此页面上出现的验证码图像。
I have picturebox and webbrowser control.
in webbrowser control I'm displaying page with image.
This image is visible. I can't pass to picture box url of this image because it will not display. This image is not visible if you enter it's page directy from address bar.
Is there any way to get that image from browser cache or any other way?
I want to get captcha image that appears on this page after viewing one add.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过将图像复制到剪贴板来获取图像。 JavaScript 可以将 img 复制到剪贴板。
You can get the image by copying it to the clipboard. JavaScript can copy the img to clipboard.