UrlUtilsAddParam Method |
| Name | Description | |
|---|---|---|
| AddParam(String, String, Int32) |
Adds a parameter to an url - returns url with the param added in the end of the string.
If the parameter already exists its value is replaced.
| |
| AddParam(String, String, String) |
Adds a parameter to an url - returns url with the param added in the end of the string.
If the parameter already exists its value is replaced.
|