Click or drag to resize

UrlUtilsAddParam Method

Overload List
  NameDescription
Public methodStatic memberAddParam(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.
Public methodStatic memberAddParam(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.
Top
See Also