ClipData.Item.HtmlText Property

Definition

Retrieve the raw HTML text contained in this Item.

public virtual string HtmlText { [Android.Runtime.Register("getHtmlText", "()Ljava/lang/String;", "GetGetHtmlTextHandler")] get; }
[<get: Android.Runtime.Register("getHtmlText", "()Ljava/lang/String;", "GetGetHtmlTextHandler")>]
member this.HtmlText : string

Property Value

Attributes

Remarks

Retrieve the raw HTML text contained in this Item.

Java documentation for android.content.ClipData.Item.getHtmlText().

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