Edit

Share via


WKUIDelegate_Extensions.RunJavaScriptConfirmPanel Method

Definition

Shows a JavaScript confirmation dialog to the user.

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

Parameters

This
IWKUIDelegate

The instance on which this extension method operates.

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action<Boolean>

Applies to