Field NeverSave
- Namespace
- DotNetBrowser.Passwords.Handlers
- Assembly
- DotNetBrowser.dll
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.
public static SavePasswordResponse NeverSave
Returns
- SavePasswordResponse
The SavePasswordResponse instance that can be used as a return value in SavePasswordHandler implementation.