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

value

The value for the query item. クエリ項目に対する値。

Declaration 宣言

var value: String? { get }

Discussion 議論

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

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

See Also 参照

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

Related Documentation 関連文書