Android.Webkit.WebView.Title Property
Gets the title for the current page.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1