WKUIDelegate_Extensions.RunJavaScriptTextInputPanel Method

Definition

Shows a JavaScript text input box to the user.

public static void RunJavaScriptTextInputPanel (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView, string prompt, string defaultText, WebKit.WKFrameInfo frame, Action<string> completionHandler);
static member RunJavaScriptTextInputPanel : WebKit.IWKUIDelegate * WebKit.WKWebView * string * string * WebKit.WKFrameInfo * Action<string> -> unit

Parameters

This
IWKUIDelegate

The instance on which this extension method operates.

webView
WKWebView
prompt
String
defaultText
String

To be added.

This parameter can be null.

frame
WKFrameInfo
completionHandler
Action<String>

Applies to