c# - WebBrowser 控件不维护 session

标签 c# .net winforms session webbrowser-control

我正在浏览 WebBrowser 控件并尝试登录我的电子邮件帐户。问题是当我在新窗口中打开消息时, session 似乎没有执行到新窗口,要求我重新登录...这是什么问题?

最佳答案

previous SO question ,告诉您这是如何完成的,您需要处理 NewWindow2 事件。

关于c# - WebBrowser 控件不维护 session ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5646219/

相关文章:

c# - Windows Mobile 在应用程序关闭时释放资源(.net 3.5 cf)

c# - 无法转换类型 'System.Nullable` 1' to type ' System.Object' - ASP.NET MVC

c# - .NET 4.5 : internal error in the . NET 运行时 (80131506)/禁用并发 GC

c# - 跨线程操作无效: Control 'statusStrip' accessed from a thread other than the thread it was created on

.net - 带有 redis-sharp 客户端的 MSOpenTech redis

c# - 如何安全地混契约(Contract)步和异步代码?

.net - 是否可以在.NET中将WinForm转换为WebForm?

c# - .NET 字符串真的应该被认为是不可变的吗?

c# - 验证公共(public)/私有(private)方法的函数参数时的最佳实践

c# - WPF 绑定(bind) : How to bind a name from a list of filepaths to text of TextBlock in ListBox?