Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These functions create and manipulate URI query strings.
Name | Description |
---|---|
Uri.BuildQueryString | Assemble a record into a URI query string. |
Uri.Combine | Returns a Uri based on the combination of the base and relative parts. |
Uri.EscapeDataString | Encodes special characters in accordance with RFC 3986. |
Uri.Parts | Returns a record value with the fields set to the parts of a Uri text value. |