Instance Property インスタンスプロパティ

name

The name of the query item. クエリ項目の名前。

Declaration 宣言

var name: String { get }

Discussion 議論

For example, in the URL http://www.apple.com/search/?q=iPad, the name parameter is q. 例えば、URL http://www.apple.com/search/?q=iPadにおいて、nameパラメータはqです。

This string is not percent-encoded. この文字列は、パーセント符号化されません。

See Also 参照

Reading a Query Item’s Name and Value クエリ項目のもつ名前と値を読み出す

Related Documentation 関連文書