InsertTextAtContextMenuTargetAsync(NativeWebViewContextMenuTarget, String, CancellationToken) Method

Definition

Assembly NativeWebView.Core.dll

Inserts text into the captured target. Targets are single-use and invalid after navigation.

Task<bool> InsertTextAtContextMenuTargetAsync(NativeWebViewContextMenuTarget target, string text, CancellationToken cancellationToken = default(CancellationToken))

Parameters

text
String?
cancellationToken
CancellationToken

Returns