[ Version ( since = "1.6" ) ]
public Uri from_string_with_base (string uri)
Like from_string but also joins with a base URI.
this |
The base URI to join the new URI with. |
uri |
The URI string to parse. |
A new Uri object. |