Contents

relativeString

A string representation of the relative portion of the URL. (read-only)

Declaration

var relativeString: String { get }

Mentioned in

Discussion

This property contains a string representation of the relative portion of the URL. Any percent-encoded characters are not unescaped. If the receiver is an absolute URL this method returns the same value as absoluteString.

See Also

Accessing the Parts of the URL