WKUIDelegate.RunJavaScriptConfirmPanel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shows a JavaScript confirmation dialog to the user.
[Foundation.Export("webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:")]
public virtual void RunJavaScriptConfirmPanel (WebKit.WKWebView webView, string message, WebKit.WKFrameInfo frame, Action<bool> completionHandler);
abstract member RunJavaScriptConfirmPanel : WebKit.WKWebView * string * WebKit.WKFrameInfo * Action<bool> -> unit
override this.RunJavaScriptConfirmPanel : WebKit.WKWebView * string * WebKit.WKFrameInfo * Action<bool> -> unit
Parameters
- webView
- WKWebView
- message
- String
- frame
- WKFrameInfo
- Attributes