WebUIDelegate.UIRunJavaScriptConfirmationPanel 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.
[Foundation.Export("webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:")]
public virtual bool UIRunJavaScriptConfirmationPanel (WebKit.WebView sender, string withMessage, WebKit.WebFrame initiatedByFrame);
abstract member UIRunJavaScriptConfirmationPanel : WebKit.WebView * string * WebKit.WebFrame -> bool
override this.UIRunJavaScriptConfirmationPanel : WebKit.WebView * string * WebKit.WebFrame -> bool
Parameters
- sender
- WebView
- withMessage
- String
- initiatedByFrame
- WebFrame
Returns
- Attributes