UrlUtils Methods |
The UrlUtils type exposes the following members.
| 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.
| |
| GetParameters |
Returns a dictionary with parameters and values. Parameter-names are always in uppercase.
| |
| IsValidUrl |
Validates if url string is well formated proper url
| |
| RemoveParam |
Remove a parameter from an url - returns url with the param removed.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |