Return to Snippet

Revision: 12977
at April 2, 2009 15:35 by vcskicks


Initial Code
//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#");

Initial URL
http://www.vcskicks.com/encode-url.php

Initial Description


Initial Title
C# Encode URL String

Initial Tags


Initial Language
C#