Android.Webkit.WebViewClient.OnFormResubmission Method
As the host application if the browser should resend data as the requested page was a result of a POST.

Syntax

[Android.Runtime.Register("onFormResubmission", "(Landroid/webkit/WebView;Landroid/os/Message;Landroid/os/Message;)V", "GetOnFormResubmission_Landroid_webkit_WebView_Landroid_os_Message_Landroid_os_Message_Handler")]
public virtual void OnFormResubmission (WebView view, Android.OS.Message dontResend, Android.OS.Message resend)

Parameters

view
The WebView that is initiating the callback.
dontResend
The message to send if the browser should not resend
resend
The message to send if the browser should resend data

Remarks

As the host application if the browser should resend data as the requested page was a result of a POST. The default is to not resend the data.

[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