| URLHelperPropagateUrlParameters Method | 
            Propagates the URL parameters from current URL to the given URL
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string PropagateUrlParameters(
	string url,
	params string[] parameters
)
Parameters
- url
- Type: SystemString
 URL to modify
- parameters
- Type: SystemString
 Parameters to propagate
Return Value
Type: 
String See Also
See Also