/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//ASP.NET Server.UrlEncode("http://www.vcskicks.com/c#"); //WinForms //Add System.Web.dll reference first (Project > Add Reference) HttpUtility.UrlEncode("http://www.vcskicks.com/c#");
URL: http://www.vcskicks.com/encode-url.php