Type Property 型プロパティ

URLPasswordAllowedCharacterSet

Returns the character set for characters allowed in a password URL subcomponent. パスワードURL下位構成要素において許可される文字のための文字集合を返します。

Declaration 宣言

@property(class, readonly, copy) NSCharacterSet *URLPasswordAllowedCharacterSet;

Discussion 議論

The password component of a URL is the component immediately following the colon after the username component of the URL, and ends at the @ sign. For example, in the URL http://username:password@www.example.com/index.html, the pass component is password. URLのパスワード構成要素は、URLのユーザ名構成要素後のコロンの直前の構成要素です、そして@符号で終わります。例えば、URL http://username:password@www.example.com/index.htmlにおいて、パス構成要素はpasswordです。

See Also 参照

Getting Character Sets for URL Encoding URLエンコーディングのための文字集合を得る