Share via


WebViewJavaScriptInput 委托

定义

public delegate string WebViewJavaScriptInput(WebView sender, string prompt, string defaultText);
type WebViewJavaScriptInput = delegate of WebView * string * string -> string

参数

sender
WebView
prompt
String
defaultText
String

返回值

适用于