ViewStructure.NewHtmlInfoBuilder(String) Method

Definition

Creates a new HtmlInfo.Builder for the given HTML tag.

[Android.Runtime.Register("newHtmlInfoBuilder", "(Ljava/lang/String;)Landroid/view/ViewStructure$HtmlInfo$Builder;", "GetNewHtmlInfoBuilder_Ljava_lang_String_Handler", ApiSince=26)]
public abstract Android.Views.ViewStructure.HtmlInfo.Builder? NewHtmlInfoBuilder (string tagName);
[<Android.Runtime.Register("newHtmlInfoBuilder", "(Ljava/lang/String;)Landroid/view/ViewStructure$HtmlInfo$Builder;", "GetNewHtmlInfoBuilder_Ljava_lang_String_Handler", ApiSince=26)>]
abstract member NewHtmlInfoBuilder : string -> Android.Views.ViewStructure.HtmlInfo.Builder

Parameters

tagName
String

name of the HTML tag.

Returns

a new builder.

Attributes

Remarks

Java documentation for android.view.ViewStructure.newHtmlInfoBuilder(java.lang.String).

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