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

fragment

The fragment identifier, conforming to RFC 1808. (read-only) フラグメント識別子、RFC 1808に準拠します。(読み出しのみ)

Declaration 宣言

var fragment: String? { get }

Discussion 議論

This property contains the URL’s fragment. Any percent-encoded characters are not unescaped. If the receiver does not conform to RFC 1808, this property contains nil. For example, in the URL http://www.example.com/index.html#jumpLocation, the fragment identifier is jumpLocation. このプロパティは、URLの持つフラグメントを含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。レシーバがRFC 1808に準拠しないならば、このプロパティはnilを含みます。例えば、URL http://www.example.com/index.html#jumpLocationにおいて、フラグメント識別子はjumpLocationです。

See Also 参照

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