WebSettings.SavePassword Property

Definition

Gets whether the WebView saves passwords.

public abstract bool SavePassword { [Android.Runtime.Register("getSavePassword", "()Z", "GetGetSavePasswordHandler")] get; [Android.Runtime.Register("setSavePassword", "(Z)V", "GetSetSavePassword_ZHandler")] set; }
[<get: Android.Runtime.Register("getSavePassword", "()Z", "GetGetSavePasswordHandler")>]
[<set: Android.Runtime.Register("setSavePassword", "(Z)V", "GetSetSavePassword_ZHandler")>]
member this.SavePassword : bool with get, set

Property Value

Attributes

Remarks

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

See also