הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Syntax
Uri.BuildQueryString(query as record) as text
About
Assemble the record query into a URI query string, escaping characters as necessary.
Example 1
Encode a query string which contains some special characters.
Usage
Uri.BuildQueryString([a = "1", b = "+$"])
Output
"a=1&b=%2B%24"