开发者

Where is the dotnet internet explorer component cookies?

开发者 https://www.devze.com 2023-02-06 03:19 出处:网络
I would like to create my own internet explorer with C#. But what about cookies? Does 开发者_开发知识库my own internet explorer uses system integrated IE\'s cookies that I don\'t want to or it is clea

I would like to create my own internet explorer with C#.

But what about cookies? Does 开发者_开发知识库my own internet explorer uses system integrated IE's cookies that I don't want to or it is clearly apart from system integrated IE's cookies?


The managed webbrowser control is just a managed wrapper around the native COM webbrowser control. Thus your browser will still use wininet and it will store cookies in the same place as IE.

0

精彩评论

暂无评论...
验证码 换一张
取 消