dotnet Internet Explorer组件cookie在哪里?

时间:2011-01-21 08:41:50

标签: c# internet-explorer cookies

我想用C#创建自己的Internet Explorer 但是饼干呢?我自己的Internet Explorer是否使用了我不想要的系统集成IE的cookie,或者它与系统集成的IE的cookie明显不同?

1 个答案:

答案 0 :(得分:2)

托管的webbrowser控件只是本机COM webbrowser控件的托管包装器。因此,您的浏览器仍然会使用wininet,它会将Cookie存储在与IE相同的位置。