| URLHelperRemoveUrlParameters Method | 
            Removes the given URL parameters
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
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
See Also