path
The path URL component, or nil if not present.
Declaration
var path: String? { get set }Discussion
For example, in the URL http://www.example.com/index.html, the path is /index.html.
The path URL component, or nil if not present.
var path: String? { get set }For example, in the URL http://www.example.com/index.html, the path is /index.html.