{"id":609,"date":"2022-01-17T12:04:42","date_gmt":"2022-01-17T03:04:42","guid":{"rendered":"https:\/\/mvc.auctionpro.co.kr\/?page_id=609"},"modified":"2022-01-17T12:04:42","modified_gmt":"2022-01-17T03:04:42","slug":"c-encode-url","status":"publish","type":"page","link":"https:\/\/mvc.auctionpro.co.kr\/?page_id=609","title":{"rendered":"C# Encode URL"},"content":{"rendered":"<h3>Remark : \ud2b9\uc218 \ubb38\uc790\u00a0 + \ub97c\u00a0 \u00a0URL\ub85c \ub118\uae38\ub54c \uc5c6\uc5b4\uc9c0\ub294 \ud604\uc0c1<\/h3>\n<p>data:\u00a0 ACC+DEE\u00a0 \ub118\uae38\ub54c ACC DEE \ub85c \ub098\uc634<\/p>\n<p>\ud574\uacb0 System.Web.HttpUtility.UrlEncode \ub610\ub294 System.Net.WebUtility.UrlEncode \ub85c EnCode \ud55c \ud6c4 \ubc1b\ub294 \ucabd\uc5d0\uc11c \ud480\uc5b4 \uc900\ub2e4.<\/p>\n<pre class=\"lang:c# decode:true\" title=\"UrlDecode  UrlDecode\">ACC+DEE\r\n\r\nstring EncodeKey= System.Web.HttpUtility.UrlEncode(Key); \/\/UrlDecode\r\n\r\nACC%2bDEE\r\n\r\nstring Key = System.Web.HttpUtility.UrlDecode(EncodeKey); \/\/UrlDecode\r\n\r\nACC+DEE\r\n\r\n<\/pre>\n<p><H3> Encode <\/H3><\/p>\n<pre class=\"lang:c# decode:true\" title=\"Unencoded \">Unencoded UrlEncoded UrlEncodedUnicode UrlPathEncoded EscapedDataString EscapedUriString HtmlEncoded HtmlAttributeEncoded HexEscaped\r\nA         A          A                 A              A                 A                A           A                    %41\r\nB         B          B                 B              B                 B                B           B                    %42\r\n\r\na         a          a                 a              a                 a                a           a                    %61\r\nb         b          b                 b              b                 b                b           b                    %62\r\n\r\n0         0          0                 0              0                 0                0           0                    %30\r\n1         1          1                 1              1                 1                1           1                    %31\r\n\r\n[space]   +          +                 %20            %20               %20              [space]     [space]              %20\r\n!         !          !                 !              !                 !                !           !                    %21\r\n\"         %22        %22               \"              %22               %22              &amp;quot;      &amp;quot;               %22\r\n#         %23        %23               #              %23               #                #           #                    %23\r\n$         %24        %24               $              %24               $                $           $                    %24\r\n%         %25        %25               %              %25               %25              %           %                    %25\r\n&amp;         %26        %26               &amp;              %26               &amp;                &amp;amp;       &amp;amp;                %26\r\n'         %27        %27               '              '                 '                &amp;#39;       &amp;#39;                %27\r\n(         (          (                 (              (                 (                (           (                    %28\r\n)         )          )                 )              )                 )                )           )                    %29\r\n*         *          *                 *              %2A               *                *           *                    %2A\r\n+         %2b        %2b               +              %2B               +                +           +                    %2B\r\n,         %2c        %2c               ,              %2C               ,                ,           ,                    %2C\r\n-         -          -                 -              -                 -                -           -                    %2D\r\n.         .          .                 .              .                 .                .           .                    %2E\r\n\/         %2f        %2f               \/              %2F               \/                \/           \/                    %2F\r\n:         %3a        %3a               :              %3A               :                :           :                    %3A\r\n;         %3b        %3b               ;              %3B               ;                ;           ;                    %3B\r\n&lt;         %3c        %3c               &lt;              %3C               %3C              &amp;lt;        &amp;lt;                 %3C\r\n=         %3d        %3d               =              %3D               =                =           =                    %3D\r\n&gt;         %3e        %3e               &gt;              %3E               %3E              &amp;gt;        &gt;                    %3E\r\n?         %3f        %3f               ?              %3F               ?                ?           ?                    %3F\r\n@         %40        %40               @              %40               @                @           @                    %40\r\n[         %5b        %5b               [              %5B               %5B              [           [                    %5B\r\n\\         %5c        %5c               \\              %5C               %5C              \\           \\                    %5C\r\n]         %5d        %5d               ]              %5D               %5D              ]           ]                    %5D\r\n^         %5e        %5e               ^              %5E               %5E              ^           ^                    %5E\r\n_         _          _                 _              _                 _                _           _                    %5F\r\n`         %60        %60               `              %60               %60              `           `                    %60\r\n{         %7b        %7b               {              %7B               %7B              {           {                    %7B\r\n|         %7c        %7c               |              %7C               %7C              |           |                    %7C\r\n}         %7d        %7d               }              %7D               %7D              }           }                    %7D\r\n~         %7e        %7e               ~              ~                 ~                ~           ~                    %7E\r\n\r\n\u0100         %c4%80     %u0100            %c4%80         %C4%80            %C4%80           \u0100           \u0100                    [OoR]\r\n\u0101         %c4%81     %u0101            %c4%81         %C4%81            %C4%81           \u0101           \u0101                    [OoR]\r\n\u0112         %c4%92     %u0112            %c4%92         %C4%92            %C4%92           \u0112           \u0112                    [OoR]\r\n\u0113         %c4%93     %u0113            %c4%93         %C4%93            %C4%93           \u0113           \u0113                    [OoR]\r\n\u012a         %c4%aa     %u012a            %c4%aa         %C4%AA            %C4%AA           \u012a           \u012a                    [OoR]\r\n\u012b         %c4%ab     %u012b            %c4%ab         %C4%AB            %C4%AB           \u012b           \u012b                    [OoR]\r\n\u014c         %c5%8c     %u014c            %c5%8c         %C5%8C            %C5%8C           \u014c           \u014c                    [OoR]\r\n\u014d         %c5%8d     %u014d            %c5%8d         %C5%8D            %C5%8D           \u014d           \u014d                    [OoR]\r\n\u016a         %c5%aa     %u016a            %c5%aa         %C5%AA            %C5%AA           \u016a           \u016a                    [OoR]\r\n\u016b         %c5%ab     %u016b            %c5%ab         %C5%AB            %C5%AB           \u016b           \u016b                    [OoR]<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Remark : \ud2b9\uc218 \ubb38\uc790\u00a0 + \ub97c\u00a0 \u00a0URL\ub85c \ub118\uae38\ub54c \uc5c6\uc5b4\uc9c0\ub294 \ud604\uc0c1 data:\u00a0 ACC+DEE\u00a0 \ub118\uae38\ub54c ACC DEE \ub85c \ub098\uc634 \ud574\uacb0 System.Web.HttpUtility.UrlEncode \ub610\ub294 System.Net.WebUtility.UrlEncode \ub85c EnCode \ud55c \ud6c4 \ubc1b\ub294 \ucabd\uc5d0\uc11c \ud480\uc5b4 \uc900\ub2e4. ACC+DEE string EncodeKey= System.Web.HttpUtility.UrlEncode(Key); \/\/UrlDecode ACC%2bDEE string Key = System.Web.HttpUtility.UrlDecode(EncodeKey); \/\/UrlDecode ACC+DEE Encode Unencoded UrlEncoded UrlEncodedUnicode UrlPathEncoded EscapedDataString EscapedUriString HtmlEncoded HtmlAttributeEncoded HexEscaped A A A A\u2026 <span class=\"read-more\"><a href=\"https:\/\/mvc.auctionpro.co.kr\/?page_id=609\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-609","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=609"}],"version-history":[{"count":3,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/609\/revisions"}],"predecessor-version":[{"id":612,"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/609\/revisions\/612"}],"wp:attachment":[{"href":"https:\/\/mvc.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}