備忘録

備忘録

2014-12-03から1日間の記事一覧

C# WebBrowserのcookieを消す(削除する)

C#

方法1 webBrowser1.Document.ExecCommand("ClearAuthenticationCache", false, null); http://stackoverflow.com/questions/21265674/delete-cookies-in-webbrowser-without-restart※2017/09/20追記 Windows 10 Professional 64bit 1703 .NET Framework 4.6.…