gpt4 book ai didi

c# - 如何规避通过WebBrowser控件C#下载json文件

转载 作者:太空宇宙 更新时间:2023-11-03 10:31:21 25 4
gpt4 key购买 nike

WebBrowser控件自动从服务器下载响应(当我只使用传统的WebBrowser.Navgiate()时),如何忽略该文件,或者拒绝下载(因为它似乎暂停了我的程序)?

编辑:这是代码:

webBrowser1.Navigate("url/phpFile.php?parameters");

这是我运行时得到的结果:

enter image description here

最佳答案

1.打开记事本并粘贴以下内容:

Windows Registry Editor Version 5.00;
; Tell IE 7,8,9,10 to open JSON documents in the browser on Windows XP and later.
; 25336920-03F9-11cf-8FD0-00AA00686F13 is the CLSID for the "Browse in place" .
;
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/json]
"CLSID"="{25336920-03F9-11cf-8FD0-00AA00686F13}"
"Encoding"=hex:08,00,00,00

2.将文档保存为IE-Json.reg,然后运行。

在 Windows 10 和 Win 7 上测试

关于c# - 如何规避通过WebBrowser控件C#下载json文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30074495/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com