URLSpan.URL Property

Definition

Get the url string for this span.

public virtual string? URL { [Android.Runtime.Register("getURL", "()Ljava/lang/String;", "GetGetURLHandler")] get; }
[<get: Android.Runtime.Register("getURL", "()Ljava/lang/String;", "GetGetURLHandler")>]
member this.URL : string

Property Value

the url string.

Attributes

Remarks

Get the url string for this span.

Java documentation for android.text.style.URLSpan.getURL().

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