URLHelperRemoveUrlParameters Method |
Removes the given URL parameters
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
StringSee Also