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

percentEncodedPassword

The password URL subcomponent expressed as a URL-encoded string, or nil if not present. パスワードURL下位構成要素、URL符号化文字列として表現される、または存在しないならばnil

Declaration 宣言

var percentEncodedPassword: String? { get set }

Discussion 議論

For example, in the URL http://username:password@www.example.com/index.html, the password is password. 例えば、URL http://username:password@www.example.com/index.htmlにおいて、パスワードはpasswordです。

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符号化形式でアクセスする