Decode URI Component Activity

Description

Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).

Usage

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 decode parameter values that are encoded.

Inputs

Value

Required

Type: String

The value to decode.

Outputs

result

Type: String

The decoded value.

Properties

For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.

Connectivity Requirements

This activity works when the device has intermittent connectivity to the network.

Version Information

Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.

See also...

Encode URI Component

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent