Type Property 型プロパティ

URLPathAllowedCharacterSet

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

Declaration 宣言

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

Discussion 議論

The path component of a URL is the component immediately following the host component (if present). It ends wherever the query or fragment component begins. For example, in the URL http://www.example.com/index.php?key1=value1, the path component is /index.php. URLのパス構成要素は、ホスト構成要素(もし存在するならば)の直前の構成要素です。それはどこであれクエリまたは断片構成要素が始まるところで終わります。例えば、URL http://www.example.com/index.php?key1=value1において、パス構成要素は/index.phpです。

See Also 参照

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