Click or drag to resize
CMSDialogHelperEscapeUrlParameter Method
Escapes url parameter special characters.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static string EscapeUrlParameter(
	string parameter
)

Parameters

parameter
Type: SystemString
Input parameter

Return Value

Type: String
See Also