Free Download !
Scroll
FOLLOW US
4dots Software
CODE HELP BLOG
Code Help Blog
.NET
.NET User Controls
Jquery & Javascript
PHP
NSIS
Misc
SOFTWARE
FREEWARE SOFTWARE
AUDIO SOFTWARE
VIDEO SOFTWARE
OFFICE SOFTWARE
PDF SOFTWARE
FILE MANAGEMENT
SYSTEM SOFTWARE
GRAPHICS SOFTWARE
WEBDESIGN SOFTWARE
DESKTOP SOFTWARE
PASSWORD RECOVERY SOFTWARE
OTHER SOFTWARE
Downloads
Online Tools
Cool Online Timer, Stopwatch, Countdown, Cash Clock and more
Base64 / HTML / URL / XML Encoder and Decoder
MD5 Hash Generator and Comparison Tool
CSS Sprites Generator Online Tool
Base64 Encode / Decode
Buy
Freeware
About
Affiliates signup
Report a Bug or ask for new Feature
About us
Support
How to register
Donate!
Download PRODUCT CATALOG
PAD Files
Contact us
Sitemap
Articles
How to Pass The CompTIA Security+ SY0-501 Certification Exam & Be A Cyber Security Professional
Home
Code Help Blog
.NET Articles
How to URL Encode a String
To URL encode a string do the following :
string url_ecnoded_text = HttpUtility.UrlEncode(text_to_encode);
Please note that you have to also add "using System.Web;" on the top and also add a reference to the System.Web library.
Download Demo Project
Encode Decode Demo Project