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

password

The password URL subcomponent, or nil if not present. パスワードURL下位構成要素、または存在しないならばnil

Declaration 宣言

@property(copy) NSString *password;

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です。

See Also 参照

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