Android.Webkit.WebView.OriginalUrl Property
Gets the original URL for the current page.

Syntax

[get: Android.Runtime.Register("getOriginalUrl", "()Ljava/lang/String;", "GetGetOriginalUrlHandler")]
public virtual string OriginalUrl { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the original 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. Also, there may have been redirects resulting in a different URL to that originally requested.

[Android Documentation]

Requirements

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