WebKit.WebUIDelegate.runJavaScriptTextInputPanelWithPrompt C# (CSharp) Метод

runJavaScriptTextInputPanelWithPrompt() публичный Метод

public runJavaScriptTextInputPanelWithPrompt ( WebView sender, string message, string defaultText ) : string
sender WebView
message string
defaultText string
Результат string
        public string runJavaScriptTextInputPanelWithPrompt(WebView sender, string message, string defaultText)
        {
            throw new NotImplementedException();
        }