WKUIDelegate_Extensions.RunJavaScriptConfirmPanel 方法

定义

向用户显示 JavaScript 确认对话框。

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

参数

This
IWKUIDelegate

此扩展方法操作的实例。

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action<Boolean>

适用于