Click or drag to resize

UrlUtilsRemoveParam Method

Remove a parameter from an url - returns url with the param removed.

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

Parameters

url
Type: SystemString
param
Type: SystemString

Return Value

Type: String
See Also