記事個別表示 (4965)
これは「水無月ばけらのえび日記 : System.Uriに%2fが入らない」に関連するコメントです。
[4965] Re: 「System.Uriに%2fが入らない」
anonymous (2008年8月27日 3時51分)
Uri u = new Uri("http://example.com/?%2f%252f");
Console.WriteLine(u.GetComponents(UriComponents.AbsoluteUri, UriFormat.SafeUnescaped));
というのはだめですか?
これは「水無月ばけらのえび日記 : System.Uriに%2fが入らない」に関連するコメントです。
全読: [4962]Re: 「System.Uriに%2fが入らない」からのスレッド(5件)]