| URLHelperRemoveUrlParameters Method  | 
            Removes the given URL parameters
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static string RemoveUrlParameters(
	string url,
	params string[] names
)
Parameters
- url
 - Type: SystemString
URL to modify - names
 - Type: SystemString
Parameter names to remove 
Return Value
Type: 
String
See Also