WebSettings.NavDump Property

Definition

Caution

deprecated

Gets whether dumping the navigation cache is enabled. -or- Enables dumping the pages navigation cache to a text file.

[System.Obsolete("deprecated")]
public virtual bool NavDump { [Android.Runtime.Register("getNavDump", "()Z", "GetGetNavDumpHandler")] get; [Android.Runtime.Register("setNavDump", "(Z)V", "GetSetNavDump_ZHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getNavDump", "()Z", "GetGetNavDumpHandler")>]
[<set: Android.Runtime.Register("setNavDump", "(Z)V", "GetSetNavDump_ZHandler")>]
member this.NavDump : bool with get, set

Property Value

Boolean

whether dumping the navigation cache is enabled

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.webkit.WebSettings.setNavDump(boolean).

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