Android.Net.Uri.IsAbsolute Property
Returns true if this URI is absolute, i.e. if it contains an explicit scheme.

Syntax

[get: Android.Runtime.Register("isAbsolute", "()Z", "GetIsAbsoluteHandler")]
public virtual bool IsAbsolute { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this URI is absolute, i.e. if it contains 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