URLHelperAddParameterToUrl Method |
Adds parameter to specified URL.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string AddParameterToUrl(
string url,
string parameterName,
string parameterValue
)
Parameters
- url
- Type: SystemString
URL to be modified - parameterName
- Type: SystemString
Parameter name - parameterValue
- Type: SystemString
Parameter value
Return Value
Type:
StringRemarks
This method does NOT support URLs with anchor (#).
See Also