WKUIDelegate_Extensions.RunJavaScriptAlertPanel 方法

定义

向用户显示 JavaScript 警报。

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

参数

This
IWKUIDelegate

此扩展方法操作的实例。

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action

适用于