Contents

relativeString

The relative portion of a URL.

Declaration

var relativeString: String { get }

Discussion

If baseURL is nil, or if the URL is itself absolute, this is the same as absoluteString.

See Also

Accessing URL representations