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