WKUIDelegate_Extensions.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.
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
Parameters
- This
- IWKUIDelegate
The instance on which this extension method operates.
- webView
- WKWebView
- message
- String
- frame
- WKFrameInfo