CoreWebView2ScriptDialogOpeningEventArgs.Message Property

Definition

Gets the message of the dialog box.

public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

Property Value

Remarks

From JavaScript this is the first parameter passed to alert, confirm, and prompt and is empty for beforeunload.

Applies to