WebView.Title Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.