<bdo id='KXZiv'></bdo><ul id='KXZiv'></ul>
  • <small id='KXZiv'></small><noframes id='KXZiv'>

    <legend id='KXZiv'><style id='KXZiv'><dir id='KXZiv'><q id='KXZiv'></q></dir></style></legend>
    <tfoot id='KXZiv'></tfoot>
    <i id='KXZiv'><tr id='KXZiv'><dt id='KXZiv'><q id='KXZiv'><span id='KXZiv'><b id='KXZiv'><form id='KXZiv'><ins id='KXZiv'></ins><ul id='KXZiv'></ul><sub id='KXZiv'></sub></form><legend id='KXZiv'></legend><bdo id='KXZiv'><pre id='KXZiv'><center id='KXZiv'></center></pre></bdo></b><th id='KXZiv'></th></span></q></dt></tr></i><div id='KXZiv'><tfoot id='KXZiv'></tfoot><dl id='KXZiv'><fieldset id='KXZiv'></fieldset></dl></div>

      1. 如何使用 C# 启动具有特定 URL 的 Google Chrome 选项

        时间:2023-06-04

        • <bdo id='y3kOv'></bdo><ul id='y3kOv'></ul>
          <legend id='y3kOv'><style id='y3kOv'><dir id='y3kOv'><q id='y3kOv'></q></dir></style></legend>
            <tbody id='y3kOv'></tbody>
            • <i id='y3kOv'><tr id='y3kOv'><dt id='y3kOv'><q id='y3kOv'><span id='y3kOv'><b id='y3kOv'><form id='y3kOv'><ins id='y3kOv'></ins><ul id='y3kOv'></ul><sub id='y3kOv'></sub></form><legend id='y3kOv'></legend><bdo id='y3kOv'><pre id='y3kOv'><center id='y3kOv'></center></pre></bdo></b><th id='y3kOv'></th></span></q></dt></tr></i><div id='y3kOv'><tfoot id='y3kOv'></tfoot><dl id='y3kOv'><fieldset id='y3kOv'></fieldset></dl></div>

              1. <small id='y3kOv'></small><noframes id='y3kOv'>

              2. <tfoot id='y3kOv'></tfoot>
                • 本文介绍了如何使用 C# 启动具有特定 URL 的 Google Chrome 选项卡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  有没有一种方法可以在 Google Chrome 中启动一个标签(不是新窗口),并从自定义应用程序加载特定的 URL?我的应用程序是用 C# (.NET 4 Full) 编码的.

                  Is there a way I can launch a tab (not a new Window) in Google Chrome with a specific URL loaded into it from a custom app? My application is coded in C# (.NET 4 Full).

                  我正在通过 C# 中的 SOAP 执行一些操作,一旦成功完成,我希望通过浏览器向用户呈现最终结果.

                  I'm performing some actions via SOAP from C# and once successfully completed, I want the user to be presented with the end results via the browser.

                  整个设置用于我们的内部网络,而不是供公众使用 - 因此,我只能针对特定浏览器.由于各种原因,我只针对Chrome.

                  This whole setup is for our internal network and not for public consumption - hence, I can afford to target a specific browser only. I am targetting Chrome only, for various reasons.

                  推荐答案

                  作为对 chrfin 的响应的简化,因为 Chrome如果安装应该在运行路径上,您可以调用:

                  As a simplification to chrfin's response, since Chrome should be on the run path if installed, you could just call:

                  Process.Start("chrome.exe", "http://www.YourUrl.com");
                  

                  这对我来说似乎按预期工作,如果 Chrome 已经打开,则打开一个新标签.

                  This seem to work as expected for me, opening a new tab if Chrome is already open.

                  这篇关于如何使用 C# 启动具有特定 URL 的 Google Chrome 选项卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 WebBrowser 控件的新选项卡中打开新网页 下一篇:修改 RichTextBox 中的默认选项卡大小

                  相关文章

                  最新文章

                    <legend id='5jJ2O'><style id='5jJ2O'><dir id='5jJ2O'><q id='5jJ2O'></q></dir></style></legend>
                    1. <small id='5jJ2O'></small><noframes id='5jJ2O'>

                      <tfoot id='5jJ2O'></tfoot>
                        <bdo id='5jJ2O'></bdo><ul id='5jJ2O'></ul>
                    2. <i id='5jJ2O'><tr id='5jJ2O'><dt id='5jJ2O'><q id='5jJ2O'><span id='5jJ2O'><b id='5jJ2O'><form id='5jJ2O'><ins id='5jJ2O'></ins><ul id='5jJ2O'></ul><sub id='5jJ2O'></sub></form><legend id='5jJ2O'></legend><bdo id='5jJ2O'><pre id='5jJ2O'><center id='5jJ2O'></center></pre></bdo></b><th id='5jJ2O'></th></span></q></dt></tr></i><div id='5jJ2O'><tfoot id='5jJ2O'></tfoot><dl id='5jJ2O'><fieldset id='5jJ2O'></fieldset></dl></div>