Skip to main content
This function has multiple overloads
Converts any URL source to an absolute, properly encoded URL.
Combines a relative URL with a base URL string. Use when you have an explicit base URL string to resolve relative paths against.

Examples

Arguments

str
required
The relative or absolute URL to resolve.
str
required
Base URL string to resolve relative URLs against.

Returns: str

The absolute, properly encoded URL string