J Jon Skeet [C# MVP] Oct 16, 2005 #2 How to URLEncode in c#(non asp.net) Click to expand... You can still use HttpUtility.UrlEncode, just as you would in ASP.NET. Just add a reference to System.Web.dll.
How to URLEncode in c#(non asp.net) Click to expand... You can still use HttpUtility.UrlEncode, just as you would in ASP.NET. Just add a reference to System.Web.dll.