Type Property 型プロパティ

URLQueryAllowedCharacterSet

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

Declaration 宣言

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

Discussion 議論

The query component of a URL is the component immediately following a question mark (?). For example, in the URL http://www.example.com/index.php?key1=value1#jumpLink, the query component is key1=value1. URLのクエリ構成要素は、疑問符(?)の直前の構成要素です。例えば、URL http://www.example.com/index.php?key1=value1#jumpLinkにおいて、クエリ構成要素はkey1=value1です。

See Also 参照

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