| URLHelperRemoveParametersFromUrl Method | 
            Removes specified parameters from the given URL.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string RemoveParametersFromUrl(
	string url,
	params string[] parameters
)
Parameters
- url
- Type: SystemString
 URL to be modified
- parameters
- Type: SystemString
 Parameters to remove
Return Value
Type: 
String See Also
See Also