다음을 통해 공유


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

반환 값

적용 대상