[]
Checks whether the URL is in correct format and corrects it if necessary.
string CorrectUrl(string url)
| Type | Name | Description |
|---|---|---|
| string | url | URL to be checked and corrected |
| Type | Description |
|---|---|
| string | A corrected URL if some changes were made, otherwise the initial URL value |