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
时间: 2024-10-10 13:43:25