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?
Decoding Url with c# in .NET4 Client profile
Asked Answered
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
Call Uri.UnescapeDataString
.
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
© 2022 - 2024 — McMap. All rights reserved.