Android.Webkit.WebView.PostUrl Method
Loads the URL with postData using "POST" method into this WebView.

Syntax

[Android.Runtime.Register("postUrl", "(Ljava/lang/String;[B)V", "GetPostUrl_Ljava_lang_String_arrayBHandler")]
public virtual void PostUrl (string url, byte[] postData)

Parameters

url
the URL of the resource to load
postData
the data will be passed to "POST" request, which must be be "application/x-www-form-urlencoded" encoded.

Remarks

Loads the URL with postData using "POST" method into this WebView. If url is not a network URL, it will be loaded with WebView.LoadUrl(string) instead, ignoring the postData param.

[Android Documentation]

Requirements

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