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

absoluteString

The URL string for the receiver as an absolute URL. (read-only) レシーバに対するURL文字列、絶対URLとして。(読み出しのみ)

Declaration 宣言

var absoluteString: String? { get }

Discussion 議論

This property’s value is calculated by resolving the receiver’s string against its base according to the algorithm given in RFC 1808. このプロパティの持つ値は、RFC 1808で与えられるアルゴリズムに従っているそれの基準に照らし合わせて、レシーバの持つ文字列を解決することによって計算されます。

See Also 参照

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