Android.Webkit.WebView.Url Property
Gets the URL for the current page.

Syntax

[get: Android.Runtime.Register("getUrl", "()Ljava/lang/String;", "GetGetUrlHandler")]
public virtual string Url { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the URL for the current page. This is not always the same as the URL passed to WebViewClient.onPageStarted because although the load for that URL has begun, the current page may not have changed.

[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