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