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: 12.0.0
Syntax public static string AppendQuery(
string url,
string newQuery
)
Parameters
- url
- Type: SystemString
URL - newQuery
- Type: SystemString
Query to append
Return Value
Type:
StringSee Also