Android.Webkit.WebView.SetWebContentsDebuggingEnabled Method
Enables debugging of web contents (HTML / CSS / JavaScript) loaded into any WebViews of this application.

Syntax

[Android.Runtime.Register("setWebContentsDebuggingEnabled", "(Z)V", "")]
public static void SetWebContentsDebuggingEnabled (bool enabled)

Parameters

enabled
whether to enable web contents debugging

Remarks

Enables debugging of web contents (HTML / CSS / JavaScript) loaded into any WebViews of this application. This flag can be enabled in order to facilitate debugging of web layouts and JavaScript code running inside WebViews. Please refer to WebView documentation for the debugging guide. The default is false.

[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