ICoreWebView2ScriptDialogOpeningEventArgs.get_Message

The message of the dialog box. From JavaScript this is the first parameter passed to alert, confirm, and prompt and is empty for beforeunload.

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

interface ICoreWebView2ScriptDialogOpeningEventArgs
@" propget"
HRESULT
get_Message
(
LPWSTR* message
)
Suggestion Box / Bug Report