2 references to CurrentUrl
Microsoft.Maui (2)
Handlers\WebView\WebViewHandler.iOS.cs (1)
69 var url = ((MauiWKWebView)handler.PlatformView).CurrentUrl;
Platform\iOS\MauiWKWebView.cs (1)
82 var url = CurrentUrl;