Type Property 型プロパティ

URLUserAllowedCharacterSet

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

Declaration 宣言

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

Discussion 議論

The user component of a URL is an optional component that precedes the host component, and ends at either a colon (if a password is specified) or an @ sign (if no password is specified). For example, in the URL http://username:password@www.example.com/index.html, the user component is username. あるURLのユーザ構成要素は、任意の構成要素で、それはホスト構成要素に先行します、そしてコロン(パスワードが指定されるならば)または@符号(パスワードが指定されないならば)のどちらかで終わります。例えば、URL http://username:password@www.example.com/index.htmlにおいて、ユーザ構成要素はusernameです。

See Also 参照

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