query
The query of the URL if the URL conforms to RFC 3986; otherwise, nil.
Declaration
var query: String? { get }Discussion
New code should use query(percentEncoded:) instead of this property.
The query of the URL if the URL conforms to RFC 3986; otherwise, nil.
var query: String? { get }New code should use query(percentEncoded:) instead of this property.