Met Urlencode
# ASP URLEncode Method
* * Complete Server Object Reference Manual](#)
* * *
The URLEncode method applies URL encoding rules to a specified string.
### Syntax
Server.URLEncode(string)
| Parameter | Description |
| --- | --- |
| string | Required. The string to encode. |
### Example
Output:
https%3A%2F%2Fwww%2Etutorial%2Ecom
* * Complete Server Object Reference Manual](#)
YouTip