WebViewDatabase.HasUsernamePassword Property

Definition

Gets whether there are any saved username/password pairs for web forms.

public abstract bool HasUsernamePassword { [Android.Runtime.Register("hasUsernamePassword", "()Z", "GetHasUsernamePasswordHandler")] get; }
[<get: Android.Runtime.Register("hasUsernamePassword", "()Z", "GetHasUsernamePasswordHandler")>]
member this.HasUsernamePassword : bool

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

  • <xref:Android.Webkit.WebView.SavePassword(System.String%2c+System.String%2c+System.String)>