Type Property 型プロパティ

URLFragmentAllowedCharacterSet

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

Declaration 宣言

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

Discussion 議論

The fragment component of a URL is the component after a # symbol. For example, in the URL http://www.example.com/index.html#jumpLocation, the fragment is jumpLocation. あるURLの断片構成要素は、#表象の後の構成要素です。例えば、URL http://www.example.com/index.html#jumpLocationにおいて、断片はjumpLocationです。

See Also 参照

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