ICoreWebView2ScriptDialogOpeningEventArgs.get_DefaultText

The second parameter passed to the JavaScript prompt dialog. The result of the prompt JavaScript function uses this value as the default value.

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

interface ICoreWebView2ScriptDialogOpeningEventArgs
@" propget"
HRESULT
get_DefaultText
(
LPWSTR* defaultText
)
Suggestion Box / Bug Report