Immutable URI representation with type-safe parameter handling.
URI provides a read-only view of a URL with convenient methods for accessing
components and query parameters. All URI instances are cached for performance.
Use BuildURI for mutable construction and URI for immutable references.
Immutable URI representation with type-safe parameter handling.
URI provides a read-only view of a URL with convenient methods for accessing components and query parameters. All URI instances are cached for performance. Use BuildURI for mutable construction and URI for immutable references.
Example