首页 > 代码库 > 如何清除WebBrowser的Cookies

如何清除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