| URLHelperAddUrlParameter Method | 
            Add parameter to query string, queryStringValue MUST start with "?".
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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: 
Stringreturn query string with new value
 See Also
See Also