次の方法で共有


WKUIDelegate.RunJavaScriptAlertPanel メソッド

定義

ユーザーに JavaScript アラートを表示します。

[Foundation.Export("webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:")]
public virtual void RunJavaScriptAlertPanel (WebKit.WKWebView webView, string message, WebKit.WKFrameInfo frame, Action completionHandler);
abstract member RunJavaScriptAlertPanel : WebKit.WKWebView * string * WebKit.WKFrameInfo * Action -> unit
override this.RunJavaScriptAlertPanel : WebKit.WKWebView * string * WebKit.WKFrameInfo * Action -> unit

パラメーター

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action
属性

適用対象