本文介绍了清除网络浏览器的历史记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Hiiii,
在此先感谢:)
为了显示网页,我正在使用WebBrowser.Navigate()
我的WebBrowser维护着我打开的所有网页的历史记录.
在我的网页中,我使用正确的ID和密码登录了网站.
我关闭浏览器但未注销.如果我再次打开相同的网站,则直接登录页面将显示wihtout,询问用户名和密码.
为此,我想删除关闭webbrowser时遇到的那些网页的历史记录.
Hiiii,
Thanks in Advance :)
For displaying a webpage i am using WebBrowser.Navigate()
My WebBrowser is maintaining the history of all the webpages i opened.
In my webpage i logged in to a website with correct id and password.
I closed the browser without logout. If i opened the same website once again then directly logged in page is displaying wihtout asking username and password.
For this, I want to delete the history of those web pages i met at the time of closing webbrowser.
推荐答案
这篇关于清除网络浏览器的历史记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!