c#中的Web浏览器控件保存对话框问题

时间:2016-08-10 06:31:00

标签: c#

我正在使用网络浏览器控件下载文件,同时点击网页中的按钮,并保存在我自己的文件夹中。

问题在于,当我尝试下载保存对话框时,弹出即将到来。我尝试了几个代码,但没有成功。我在下面给出了我的代码。

HtmlElement Loginbutton = webBrowser1.Document.GetElementById("btnLogin");
           if (Loginbutton != null)
           {
               Loginbutton.InvokeMember("click");

           }
 HtmlElement okbutton = webBrowser1.Document.GetElementById("linkPDFResult");
            if (okbutton != null)
            {
                okbutton.InvokeMember("click");
            }

我想将PDF报告下载到我的文件夹而不显示保存对话框控件。

1 个答案:

答案 0 :(得分:0)

只需从iex> HtmlEntities.decode("Ren & Stimpy The Lost Episodes Disc.1 [MP4-AAC] 480p DVD") "Ren & Stimpy The Lost Episodes Disc.1 [MP4-AAC] 480p DVD" 中获取该链接,然后使用HtmlElement下载该文件。