QueryHelperBuildQuery Method |
Build the query from the given items
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string BuildQuery(
params string[] items
)
Parameters
- items
- Type: SystemString
Items of the query, in format [param1name, param1value, param2name, param2value], skips the items with empty value
Return Value
Type:
StringSee Also