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

percentEncodedUser

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

Declaration 宣言

@property(copy) NSString *percentEncodedUser;

Discussion 議論

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

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