Android.Webkit.WebViewClient.DoUpdateVisitedHistory Method
Notify the host application to update its visited links database.

Syntax

[Android.Runtime.Register("doUpdateVisitedHistory", "(Landroid/webkit/WebView;Ljava/lang/String;Z)V", "GetDoUpdateVisitedHistory_Landroid_webkit_WebView_Ljava_lang_String_ZHandler")]
public virtual void DoUpdateVisitedHistory (WebView view, string url, bool isReload)

Parameters

view
The WebView that is initiating the callback.
url
The url being visited.
isReload
True if this url is being reloaded.

Remarks

Notify the host application to update its visited links database.

[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