A universal resource identifier representing either a file on disk or another resource, like untitled resources.
Online Documentation
Authority is the www.example.com part of http://www.example.com/some/path?query#fragment. The part between the first double slashes and the next slash.
www.example.com
http://www.example.com/some/path?query#fragment
Fragment is the fragment part of http://www.example.com/some/path?query#fragment.
fragment
The string representing the corresponding file system path of this Uri.
Path is the /some/path part of http://www.example.com/some/path?query#fragment.
/some/path
Query is the query part of http://www.example.com/some/path?query#fragment.
query
Scheme is the http part of http://www.example.com/some/path?query#fragment. The part before the first colon.
http
Returns a JSON representation of this Uri.
Returns a string representation of this Uri. The representation and normalization of a URI depends on the scheme.
Derive a new Uri from this Uri.