Click or drag to resize
URLHelperAddUrlParameter 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: SystemString
Query string value
newKeyName
Type: SystemString
Key name
newKeyValue
Type: SystemString
Key value

Return Value

Type: String
return query string with new value
See Also