Partager via


WKUIDelegate.RunJavaScriptAlertPanel Méthode

Définition

Affiche une alerte JavaScript à l’utilisateur.

[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

Paramètres

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action
Attributs

S’applique à