Decoding Url with c# in .NET4 Client profile
Asked Answered
I

2

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?

Intellectualize answered 18/2, 2011 at 17:42 Comment(2)
why are you restricted to .NET client profile? Just switch to full .NET 4, it's not that much bigger anyway.Biathlon
Project is a part of very big solution, I'm not sure I have to switch to .NET 4 Full only because of this small problem...Intellectualize
S
14

Call Uri.UnescapeDataString.

Sharpe answered 18/2, 2011 at 17:44 Comment(3)
Great, thanks! I am wondering why I was unable to find it...Every time I googled - I saw only HttpUtil...Intellectualize
Now your question will show up in Google result for others to find ;)Uncoil
I hope) Sometimes solutions are so simple)Intellectualize
S
1

Is Uri.UnescapeDataString any use to you?

Spiritualty answered 18/2, 2011 at 17:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.