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

percentEncodedFragment

The fragment URL component (the part after a # symbol) expressed as a URL-encoded string, or nil if not present. 断片URL構成要素(#表象の後の部分)、URL符号化文字列として表現される、または存在しないならばnil

Declaration 宣言

var percentEncodedFragment: 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です。

If you set this value to something that is not a valid, percent-encoded string, this class throws an exception. あなたがこの値を有効な、パーセント符号化文字列でない何かに設定するならば、このクラスは例外をスローします。

See Also 参照

Accessing Components in URL-Encoded Format 構成要素にURL符号化形式でアクセスする