Android.Net.Uri.IsRelative Property
Returns true if this URI is relative, i.e. if it doesn't contain an explicit scheme.

Syntax

[get: Android.Runtime.Register("isRelative", "()Z", "GetIsRelativeHandler")]
public abstract bool IsRelative { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this URI is relative, i.e. if it doesn't contain an explicit scheme.

[Android Documentation]

Requirements

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