Download !
Scroll
FOLLOW US
4dots Software
CODE HELP BLOG
Shareware and free Open Source Windows Software Applications and free Online Tools
VIDEO
AUDIO
OFFICE
PDF
FILE MANAGEMENT
SYSTEM
WEB DESIGN
GRAPHICS
DESKTOP
OTHER
ONLINE TOOLS
Code Help Blog
.NET
.NET User Controls
Jquery & Javascript
PHP
NSIS
Misc
Buy
Free Software
About
Translators Wanted - Win Paid Application
Report a Bug or ask for new Feature
About us
Support
Contact us
Misc
Affiliates sign up
How to register
How to ask for a refund
Download PRODUCT CATALOG
Our Code on GitHub
Code Help Blog
Donate via Paypal !
PAD Files
Sitemap
How to
What's new
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