Click or drag to resize

AutofillClientSetAddressesAsync Method

Version 118.6.80
Set addresses so that developers can verify their forms implementation.

Namespace:  CefSharp.DevTools.Autofill
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<DevToolsMethodResponse> SetAddressesAsync(
	IList<Address> addresses
)

Parameters

addresses
Type: System.Collections.GenericIListAddress
addresses

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also