Click or drag to resize
QueryHelperGetParameterString Method
Returns string containing all parameters and their values from RouteValues and QueryString. Parameters are sorted by their names and merged together with QueryString having precedence over RouteValues.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static string GetParameterString()

Return Value

Type: String
See Also