Click or drag to resize
URLHelperRemoveParametersFromUrl Method
Removes specified parameters from the given URL.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public 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
Remarks
This method does NOT support URLs with anchor (#).
See Also