IUserDataProfilesUpdateUserDataProfileHandler Property |
Namespace: DotNetBrowser.UserData
IHandler<UpdateUserDataProfileParameters, UpdateUserDataProfileResponse> UpdateUserDataProfileHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The IUserDataProfiles has already been disposed. |
This callback is equivalent to the "Update Address?" bubble in Chromium.
The handler is invoked when the user submits a web form where fields are associated with a user data profile such as city, state, street, zip code, email address, etc.
Use the Update to update the user data profile in the autofill data store.
Use the Decline to decline to update the user data profile. If the current user data profile is declined then the callback will be invoked again when submitting the web form with the same user data.
The handler is not invoked if autofill is disabled.