1 implementation of Load
Microsoft.Maui.Controls (1)
WebView\WebViewSource.cs (1)
31
public abstract void
Load
(IWebViewDelegate renderer);
1 reference to Load
Microsoft.Maui (1)
Platform\iOS\WebViewExtensions.cs (1)
18
webView.Source?.
Load
(webViewDelegate);