URI Summary The System.Encoding.URI module provides encoding and decoding for Uniform Resource Identifiers (URI). The functions provided in this module correspond to the URI functions specified in ECMAScript 3. Description The System.Encoding.URI module provides encoding and decoding for Uniform Resource Identifiers (URI). The functions provided in this module correspond to the URI functions specified in ECMAScript 3. Members decodeURIDecodes a full URI. decodeURIComponentDecodes (unescapes) an individual URI component, such as a query string. encodeURIEncodes a full URI. encodeURIComponentEncodes (escapes) an individual URI component, such as a query string. Share HTML | BBCode | Direct Link