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.
This string is not percent-encoded.
The value for the query item.
var value: String? { get }For example, in the URL http://www.apple.com/search/?q=iPad, the value parameter is iPad.
This string is not percent-encoded.