Java.Net.URI.Resolve Method
Creates a new URI instance by parsing the given string relative and resolves the created URI against the URI represented by this instance.

Syntax

[Android.Runtime.Register("resolve", "(Ljava/lang/String;)Ljava/net/URI;", "")]
public URI Resolve (string relative)

Parameters

relative
the given string to create the new URI instance which has to be resolved later on.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a new URI instance by parsing the given string relative and resolves the created URI against the URI represented by this instance.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1