resourceSpecifier
The resource specifier. (read-only)
Declaration
var resourceSpecifier: String? { get }Discussion
This property contains the resource specifier. Any percent-encoded characters are not unescaped. For example, in the URL http://www.example.com/index.html?key1=value1#jumplink, the resource specifier is //www.example.com/index.html?key1=value1#jumplink (everything after the colon).