| 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: 10.0.0
 Syntax
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
See Also