Click or drag to resize
URLHelper.RemoveUrlParameters Method
Removes the given URL parameters

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

Parameters

url
Type: System.String
URL to modify
names
Type:System.String[]
Parameter names to remove

Return Value

Type: String
See Also