DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Passwords.Handlers
SavePasswordResponse Class
SavePasswordResponse Fields
Ignore Field
NeverSave Field
Save Field
SavePasswordResponse
NeverSave Field
Creates a
SavePasswordResponse
that notifies the browser that password forms on this
Url
URL should be blacklisted(marked as "never-saved") and
SavePasswordHandler
should not be invoked in the future.
Namespace:
DotNetBrowser.Passwords.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
public
static
SavePasswordResponse
NeverSave
Return Value
Type:
SavePasswordResponse
The
SavePasswordResponse
instance that can be used as a return value in
SavePasswordHandler
implementation.
See Also
Reference
SavePasswordResponse Class
DotNetBrowser.Passwords.Handlers Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.