Return the referenced url.
url_base& url() const;
This function returns the url referenced by the view.
url u( "/path/to/file.txt" ); assert( &u.segments().url() == &u );
Throws nothing.