Instance Property インスタンスプロパティ

relativeString

A string representation of the relative portion of the URL. (read-only) URLの相対部分の文字列表現。(読み出しのみ)

Declaration 宣言

var relativeString: String { get }

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. このプロパティは、URLの相対部分の文字列表現を含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。レシーバが絶対URLであるならばこのメソッドはabsoluteStringと同じ値を返します。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする