WebSettings.PluginsPath Property

Definition

Caution

deprecated

Gets the directory that contains the plugin libraries. -or- Sets a custom path to plugins used by the WebView.

[System.Obsolete("deprecated")]
public virtual string? PluginsPath { [Android.Runtime.Register("getPluginsPath", "()Ljava/lang/String;", "GetGetPluginsPathHandler")] get; [Android.Runtime.Register("setPluginsPath", "(Ljava/lang/String;)V", "GetSetPluginsPath_Ljava_lang_String_Handler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getPluginsPath", "()Ljava/lang/String;", "GetGetPluginsPathHandler")>]
[<set: Android.Runtime.Register("setPluginsPath", "(Ljava/lang/String;)V", "GetSetPluginsPath_Ljava_lang_String_Handler")>]
member this.PluginsPath : string with get, set

Property Value

String

an empty string

Attributes

Remarks

Property getter documentation:

Java documentation for android.webkit.WebSettings.getPluginsPath().

Property setter documentation:

Java documentation for android.webkit.WebSettings.setPluginsPath(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to