Uri.IsRelative Property

Definition

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

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

Property Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to