1 implementation of SendNavigating
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
272
void IWebViewController.
SendNavigating
(WebNavigatingEventArgs args)
2 references to SendNavigating
Microsoft.Maui.Controls (1)
WebView\WebView.cs (1)
360
(this as IWebViewController)?.
SendNavigating
(args);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\WkWebViewRenderer.cs (1)
811
WebViewController.
SendNavigating
(args);