| URLHelperAppendQuery Method  | 
            Appends the given query string to the URL. If the URL already contains query string, merges both.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic static string AppendQuery(
	string url,
	string newQuery
)
Parameters
- url
 - Type: SystemString
URL - newQuery
 - Type: SystemString
Query to append 
Return Value
Type: 
String
See Also