URI Functions
Functions for encoding and decoding URI components.
- Uri.BuildQueryStringBuilds a URL query string from a record of key-value pairs.
- Uri.CombineCombines a base URI and a relative URI into a single resolved URI, following standard URI resolution rules.
- Uri.EscapeDataStringPercent-encodes special characters in a text value for safe use in a URI.
- Uri.PartsParses an absolute URI into a record of its component parts.