Java.Net.URI.Relativize Method
Makes the given URI relative to a relative URI against the URI represented by this instance.

Syntax

[Android.Runtime.Register("relativize", "(Ljava/net/URI;)Ljava/net/URI;", "")]
public URI Relativize (URI relative)

Parameters

relative
the URI which has to be relativized against this URI.

Returns

Documentation for this section has not yet been entered.

Remarks

Makes the given URI relative to a relative 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