5

How to decode URL in .NET 4 Client Profile? HttpUtil is not accessible from this profile...Maybe some opensource libs?Or maybe some way to add HttpUtil without changing target framework?

Charles
  • 50,943
  • 13
  • 104
  • 142
illegal-immigrant
  • 8,089
  • 9
  • 51
  • 84

2 Answers2

14

Call Uri.UnescapeDataString.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
1

Is Uri.UnescapeDataString any use to you?

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194