From http://www.w3schools.com (Copyright Refsnes Data)
Complete Server Object Reference
The URLEncode method applies URL encoding rules to a specified string.
| Server.URLEncode(string) |
| Parameter | Description |
|---|---|
| string | Required. The string to encode |
|
<% response.write(Server.URLEncode("http://www.w3schools.com")) %> Output: http%3A%2F%2Fwww%2Ew3schools%2Ecom |
Complete Server Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)