Android.Webkit.WebViewClient.OnLoadResource Method
Notify the host application that the WebView will load the resource specified by the given url.

Syntax

[Android.Runtime.Register("onLoadResource", "(Landroid/webkit/WebView;Ljava/lang/String;)V", "GetOnLoadResource_Landroid_webkit_WebView_Ljava_lang_String_Handler")]
public virtual void OnLoadResource (WebView view, string url)

Parameters

view
The WebView that is initiating the callback.
url
The url of the resource the WebView will load.

Remarks

Notify the host application that the WebView will load the resource specified by the given url.

[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