Encodes a text string as a valid component of a Uniform Resource Identifier (URI).
Certain characters are not permitted in URL query string parameter values and need to be encoded/escaped. For example, the value "abc def" must be encoded as "abc%20def". Use this activity to encode parameter values that are then used to assemble a URL used by the Send Web Request activity.
Value |
Required Type: String The value to encode. |
result |
Type: String The encoded value. |
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent