Implemented interface member:
method
Load
Microsoft.Maui.IWebViewSource.Load(Microsoft.Maui.IWebViewDelegate)
2 overrides of Load
Microsoft.Maui.Controls (2)
HtmlWebViewSource.cs (1)
33
public override void
Load
(IWebViewDelegate renderer)
UrlWebViewSource.cs (1)
22
public override void
Load
(IWebViewDelegate renderer)
1 reference to Load
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\WkWebViewRenderer.cs (1)
593
((WebView)Element).Source.
Load
(this);