次の方法で共有


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>

適用対象