Click or drag to resize
URLHelperRemoveUrlParameters Method
Removes the given URL parameters

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string RemoveUrlParameters(
	string url,
	params string[] names
)

Parameters

url
Type: SystemString
URL to modify
names
Type: SystemString
Parameter names to remove

Return Value

Type: String
See Also