共用方式為


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
屬性

適用於