HttpServerUtility.UrlEncode Method
.NET Framework 2.0
Encodes a string for reliable HTTP transmission from the Web server to a client through the URL.
| 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. |
Community Additions
ADD
Show: