String encodeURL(String url, String encoding)String encodeURL(String url, String encoding)| Name | Type | Description |
|---|---|---|
url | String | The URL content to encode. |
encoding | String | The encoding which will be $1UTF-8$1 if null or empty value specified. |
| Type | Description |
|---|---|
String | The encoded url. |