URI stands for Uniform Resource Identifier, a standard way to identify resources on the internet. These functions help you break apart, build, or fix URLs (Uniform Resource Locators), which are a type of URI. They’re especially useful when working with APIs or any kind of online data.
Uri Functions
| Function | Description |
|---|---|
| Uri.BuildQueryString | Assemble a record into a URI query string. |
| Uri.Combine | Returns an absolute URI that is the combination of the input base URI and relative URI. |
| Uri.EscapeDataString | Encodes special characters in accordance with RFC 3986. |
| Uri.Parts | Returns the parts of the input absolute URI as a record. |
2023-2026 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy