WKUIDelegate.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.
[Foundation.Export("webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:")]
public virtual void RunJavaScriptTextInputPanel (WebKit.WKWebView webView, string prompt, string defaultText, WebKit.WKFrameInfo frame, Action<string> completionHandler);
abstract member RunJavaScriptTextInputPanel : WebKit.WKWebView * string * string * WebKit.WKFrameInfo * Action<string> -> unit
override this.RunJavaScriptTextInputPanel : WebKit.WKWebView * string * string * WebKit.WKFrameInfo * Action<string> -> unit
Parameters
- webView
- WKWebView
- prompt
- String
- frame
- WKFrameInfo
- Attributes