Click or drag to resize
URLHelperAppendQuery Method
Appends the given query string to the URL. If the URL already contains query string, merges both.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string AppendQuery(
	string url,
	string newQuery
)

Parameters

url
Type: SystemString
URL
newQuery
Type: SystemString
Query to append

Return Value

Type: String
See Also