Portable Class Library HttpUtility.UrlEncode

Viewed 5356

I understand that making web requests is quite well supported in the Portable Class Library. Is there any equivelant of HttpUtility.UrlEncode in the PCL? I need it for Windows Phone and Metro applications.

2 Answers
Related