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