Click or drag to resize

UrlUtilsAddParam Method (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.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string AddParam(
	string url,
	string param,
	string value
)

Parameters

url
Type: SystemString
param
Type: SystemString
Case-IN-sensitive name of parameter.
value
Type: SystemString

Return Value

Type: String
See Also