URLHelperRemoveParameterFromUrl 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 RemoveParameterFromUrl(
string url,
string parameterName
)
Parameters
- url
- Type: SystemString
URL to be modified - parameterName
- Type: SystemString
Parameter name
Return Value
Type:
StringSee Also