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