私はURLを持っています:
http://localhost:8128/WCF8bcPgServices/EventService/Event/GETPLS/station=E2SKGR&secondstation=%2fE2SKGR
クラス Uri は URL を次のように変換します。
http://localhost:8128/WCF8bcPgServices/EventService/Event/GETPLS/station=E2SKGR&secondstation=/E2SKGR
コンストラクターを呼び出しました
new Uri("http://localhost:8128/WCF8bcPgServices/EventService/Event/GETPLS/station=E2SKGR&secondstation=%2fE2SKGR", true)
無効
クラス Uri が %2f を文字 '/' に変換するのはなぜですか?