ICoreWebView2ScriptDialogOpeningEventArgs.get_ResultText

The return value from the JavaScript prompt function if Accept is run. This value is ignored for dialog kinds other than prompt. If Accept is not run, this value is ignored and FALSE is returned from prompt.

The caller must free the returned string with CoTaskMemFree. See API Conventions.

interface ICoreWebView2ScriptDialogOpeningEventArgs
@" propget"
HRESULT
get_ResultText
(
LPWSTR* resultText
)
Suggestion Box / Bug Report