Edit

Share via


WKUIDelegate_Extensions.RunJavaScriptAlertPanel Method

Definition

Shows a JavaScript alert to the user.

public static void RunJavaScriptAlertPanel (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView, string message, WebKit.WKFrameInfo frame, Action completionHandler);
static member RunJavaScriptAlertPanel : WebKit.IWKUIDelegate * WebKit.WKWebView * string * WebKit.WKFrameInfo * Action -> unit

Parameters

This
IWKUIDelegate

The instance on which this extension method operates.

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action

Applies to