Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/325.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# dotnet internet explorer组件Cookie在哪里?_C#_Internet Explorer_Cookies - Fatal编程技术网

C# dotnet internet explorer组件Cookie在哪里?

C# dotnet internet explorer组件Cookie在哪里?,c#,internet-explorer,cookies,C#,Internet Explorer,Cookies,我想用C#创建我自己的internet explorer。 但是饼干呢?我自己的internet explorer是否使用了我不想使用的系统集成IE cookie,或者它与系统集成IE cookies明显不同?托管webbrowser控件只是本机COM webbrowser控件周围的托管包装器。因此,您的浏览器仍将使用wininet,并将cookies存储在与IE相同的位置

我想用C#创建我自己的internet explorer。

但是饼干呢?我自己的internet explorer是否使用了我不想使用的系统集成IE cookie,或者它与系统集成IE cookies明显不同?

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