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