Click or drag to resize
URLHelper.AddUrlParameter Method
Add parameter to query string, queryStringValue MUST start with "?".

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string AddUrlParameter(
	string queryStringValue,
	string newKeyName,
	string newKeyValue
)

Parameters

queryStringValue
Type: System.String
Query string value
newKeyName
Type: System.String
Key name
newKeyValue
Type: System.String
Key value

Return Value

Type: String
return query string with new value
See Also