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

fragment

The fragment URL component (the part after a # symbol), or nil if not present. 断片URL構成要素(#表象の後の部分)、または存在しないならばnil

Declaration 宣言

var fragment: String? { get set }

Discussion 議論

For example, in the URL http://www.example.com/index.html#jumpLocation, the fragment is jumpLocation. 例えば、URL http://www.example.com/index.html#jumpLocationにおいて、断片はjumpLocationです。

See Also 参照

Accessing Components in Native Format 構成要素にネイティブ形式でアクセスする