from_string_with_base


Description:

[ Version ( since = "1.6" ) ]
public Uri? from_string_with_base (string uri)

Like from_string but also joins with a base URI.

Parameters:

this

The base URI to join the new URI with.

uri

The URI string to parse.

Returns:

A new Uri object.