Decoding Url with c# in .NET4 Client profile

2.1k Views Asked by At

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?

2

There are 2 best solutions below

3
On BEST ANSWER
0
On

Is Uri.UnescapeDataString any use to you?