| UrlUtilsAddParam Method (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.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static string AddParam(
string url,
string param,
int value
)
Parameters
- url
- Type: SystemString
- param
- Type: SystemString
Case-IN-sensitive name of parameter.
- value
- Type: SystemInt32
Return Value
Type:
String
See Also