UrlEncode Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Web
HttpServerUtility Class
HttpServerUtility Methods
UrlEncode Method
UrlEncode Method (String)
UrlEncode Method (String, Text ...
HttpServerUtility Methods
ClearError Method
CreateObject Method
CreateObjectFromClsid Method
Execute Method
GetLastError Method
HtmlDecode Method
HtmlEncode Method
MapPath Method
Transfer Method
UrlDecode Method
UrlEncode Method
UrlPathEncode Method
UrlTokenDecode Method
UrlTokenEncode Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
HttpServerUtility.UrlEncode Method
Encodes a string for reliable HTTP transmission from the Web server to a client through the URL.
Overload List
Name
Description
HttpServerUtility.UrlEncode (String)
URL-encodes a string and returns the encoded string.
HttpServerUtility.UrlEncode (String, TextWriter)
URL-encodes a string and sends the resulting output to a
TextWriter
output stream.
See Also
Reference
HttpServerUtility Class
HttpServerUtility Members
System.Web Namespace
Tags :