Click or drag to resize

SavePasswordResponseNeverSave 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.16.0
Syntax
C#
public static SavePasswordResponse NeverSave

Return Value

Type: SavePasswordResponse
The SavePasswordResponse instance that can be used as a return value in SavePasswordHandler implementation.
See Also