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.
The relative portion of a URL.
var relativeString: String { get }If baseURL is nil, or if the URL is itself absolute, this is the same as absoluteString.