您的位置:首页 > 其它

如何清除WebBrowser的Cookies

2016-10-21 11:30 127 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: