다음을 통해 공유


WKUIDelegate_Extensions.RunJavaScriptConfirmPanel 메서드

정의

사용자에게 JavaScript 확인 대화 상자를 표시합니다.

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

매개 변수

This
IWKUIDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

webView
WKWebView
message
String
frame
WKFrameInfo
completionHandler
Action<Boolean>

적용 대상