| URLHelperPropagateUrlParameters Method  | 
            Propagates the URL parameters from current URL to the given URL
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
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