Click or drag to resize
CMSDialogHelperEncodeQueryString Method
Encodes query string.

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

Parameters

queryString
Type: SystemString
Query string to encode

Return Value

Type: String
See Also