WebView.Title Property

Definition

Gets the title for the current page.

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

Property Value

the title for the current page or null if no page has been loaded

Attributes

Remarks

Gets the title for the current page. This is the title of the current page until WebViewClient.onReceivedTitle is called.

Java documentation for android.webkit.WebView.getTitle().

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