WKUIDelegate_Extensions.RunJavaScriptAlertPanel 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 alert to the user.
public static void RunJavaScriptAlertPanel (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView, string message, WebKit.WKFrameInfo frame, Action completionHandler);
static member RunJavaScriptAlertPanel : WebKit.IWKUIDelegate * WebKit.WKWebView * string * WebKit.WKFrameInfo * Action -> unit
Parameters
- This
- IWKUIDelegate
The instance on which this extension method operates.
- webView
- WKWebView
- message
- String
- frame
- WKFrameInfo
- completionHandler
- Action