percentEncodedFragment
The fragment URL component (the part after a # symbol) expressed as a URL-encoded string, or nil if not present.
Declaration
var percentEncodedFragment: String? { get set }Discussion
For example, in the URL http://www.example.com/index.html#jumpLocation, the fragment is jumpLocation.
If you set this value to something that is not a valid, percent-encoded string, this class throws an exception.