<tfoot id='pm59n'></tfoot>

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

      <small id='pm59n'></small><noframes id='pm59n'>

        • <bdo id='pm59n'></bdo><ul id='pm59n'></ul>

        UrlEncode 通过控制台应用程序?

        时间:2023-08-27
        <legend id='bfMGX'><style id='bfMGX'><dir id='bfMGX'><q id='bfMGX'></q></dir></style></legend>

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

              • <small id='bfMGX'></small><noframes id='bfMGX'>

                  本文介绍了UrlEncode 通过控制台应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  通常我只会使用:

                  HttpContext.Current.Server.UrlEncode("url");
                  

                  但由于这是一个控制台应用程序,所以 HttpContext.Current 将始终为 null.

                  But since this is a console application, HttpContext.Current is always going to be null.

                  还有其他方法可以做同样的事情吗?

                  Is there another method that does the same thing that I could use?

                  推荐答案

                  试试这个!

                  Uri.EscapeUriString(url);
                  

                  或者

                  Uri.EscapeDataString(data)
                  

                  无需引用 System.Web.

                  No need to reference System.Web.

                  请参阅另一个 SO答案以了解更多...

                  Please see another SO answer for more...

                  这篇关于UrlEncode 通过控制台应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:系统托盘中的 .Net 控制台应用程序 下一篇:在屏幕左下角放置一个小控制台窗口?

                  相关文章

                  最新文章

                  <legend id='skaF8'><style id='skaF8'><dir id='skaF8'><q id='skaF8'></q></dir></style></legend>
                    <bdo id='skaF8'></bdo><ul id='skaF8'></ul>

                  <small id='skaF8'></small><noframes id='skaF8'>

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