WKUIDelegate.RunJavaScriptAlertPanel Método

Definición

Muestra una alerta de JavaScript para el usuario.

[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

Parámetros

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action
Atributos

Se aplica a