如何清除WebBrowser的Cookies

Posted 鸽子飞扬

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何清除WebBrowser的Cookies相关的知识,希望对你有一定的参考价值。

var document = webBrowser1.Document;
document.ExecCommand("ClearAuthenticationCache", false, null);

找了好几天才找着,国内搜索已经被百毒打败。

Delete cookies in webBrowser without restart
http://stackoverflow.com/questions/21265674/delete-cookies-in-webbrowser-without-restart

以上是关于如何清除WebBrowser的Cookies的主要内容,如果未能解决你的问题,请参考以下文章

如何实现网页代码清除所有cookies

如何在 C# 中使用 WebBrowser 控件清除浏览历史记录

VB WebBrowser 修改Cookies

如何清除 System.Windows.Forms.WebBrowser 会话数据?

获取webbrowser的cookies

清除 WebBrowser 附加控件内容以在用户窗体中重用它