WebKit.WebUIDelegate.runJavaScriptTextInputPanelWithPrompt C# (CSharp) Method

runJavaScriptTextInputPanelWithPrompt() public method

public runJavaScriptTextInputPanelWithPrompt ( WebView sender, string message, string defaultText ) : string
sender WebView
message string
defaultText string
return string
        public string runJavaScriptTextInputPanelWithPrompt(WebView sender, string message, string defaultText)
        {
            throw new NotImplementedException();
        }