WKUIDelegate_Extensions.RunJavaScriptTextInputPanel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- frame
- WKFrameInfo