다음을 통해 공유


WKUIDelegate.RunJavaScriptAlertPanel 메서드

정의

사용자에게 JavaScript 경고를 표시합니다.

[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

매개 변수

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action
특성

적용 대상